aboutsummaryrefslogtreecommitdiff
path: root/test/link/wasm
AgeCommit message (Expand)Author
2025-07-26Migrate from deprecated `Step.Compile` APIsCarl Åstholm
2025-07-07update standalone and incremental tests to new APIAndrew Kelley
2025-02-25ubsan: update wordingDavid Rubin
2025-02-25build: add comments explaining why we disable ubsanDavid Rubin
2025-02-25correct some bugsDavid Rubin
2025-01-15test/link/wasm/shared-memory: update to better linker behaviorAndrew Kelley
2025-01-15wasm linker: change rules about symbol visibilityAndrew Kelley
2025-01-15wasm linker: fix TLS data segmentsAndrew Kelley
2025-01-15tests: remove dead codeAndrew Kelley
2025-01-15test/link/wasm/export-data: update expected behaviorAndrew Kelley
2025-01-15test/wasm/infer-features: update to expected behaviorAndrew Kelley
2025-01-15test/link/wasm/function-table: delete bad testAndrew Kelley
2025-01-15test/link/wasm/segment: delete bad testAndrew Kelley
2025-01-15test/link/wasm/type: remove redundant testsAndrew Kelley
2025-01-15test/wasm/export: delete redundant testsAndrew Kelley
2025-01-15delete bad linker test: bssAndrew Kelley
2025-01-15wasm linker: implement hidden visibilityAndrew Kelley
2024-12-18test-link: migrate from deprecated std.Build APIsmlugg
2024-09-19test: Update `wasm/infer-features` based on what LLVM produces.Alex Rønne Petersen
2024-04-11remove deprecated LazyPath.path union tagAndrew Kelley
2024-02-29wasm: gc fixes and re-enable linker testsLuuk de Gram
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-12-13lib/std/Build/CheckObject: update all tests to new APIJakub Konka
2023-11-28test/link: update wasm linker testsLuuk de Gram
2023-11-19test: update remaining code to fix 'var is never mutated' errorsmlugg
2023-11-03cli: consolidate entry point flagsLuuk de Gram
2023-11-03update linker testsLuuk de Gram
2023-07-30Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...Felix (xq) Queißner
2023-07-20check-object: remove wildcard matchers as they are too clunkyJakub Konka
2023-07-19wasm-linker: create TLS Wasm globals correctlyLuuk de Gram
2023-07-19test/link: add shared-memory test for WebAssemblyLuuk de Gram
2023-05-29Prevent analysis of functions only referenced at comptimemlugg
2023-04-14test-link: update type link test due start.zigLuuk de Gram
2023-04-10std.Build.CompileStep: remove run() and install()Andrew Kelley
2023-03-26wasm: implement float operations with compiler-rtTechatrix
2023-03-18wasm-link: update bss linker testLuuk de Gram
2023-03-15re-enable test-cases and get them all passingAndrew Kelley
2023-03-15re-enable wasm linker testsAndrew Kelley
2023-03-15eliminate stderr usage in std.Build make() functionsAndrew Kelley
2023-02-02Merge pull request #14502 from ziglang/link-owned-atomsJakub Konka
2023-02-01link: make Wasm atoms fully owned by the linkerLuuk de Gram
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley
2023-01-31update build.zig API usageAndrew Kelley
2023-01-03wasm-linker: Fix & mangle symbol name of importsLuuk de Gram
2023-01-02test/link: add test case for exporting data symsLuuk de Gram
2023-01-02test/link: add test case for function tableLuuk de Gram
2023-01-02test/link: linker tests for all export casesLuuk de Gram
2022-12-28test/link: update linker testsLuuk de Gram
2022-12-06remove `-fstage1` optionAndrew Kelley
2022-11-01test/link: add linker test to verify manglingLuuk de Gram