aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/wasm.json
AgeCommit message (Expand)Author
2024-10-23wasm: use precise GC for WebAssembly (including WASI)Ayke van Laethem
2023-10-04targets: increase default stack size to 64k for wasi/wasm targetsdeadprogram
2023-09-18all: switch to LLVM 16Ayke van Laethem
2023-09-17targets: increase default stack size to 32k for wasi/wasm targetsdeadprogram
2023-08-01compiler: add compiler-rt to wasm.jsonCharlie Haley
2023-06-17wasm: remove i64 workaround, use BigInt insteadAyke van Laethem
2022-10-19wasm: fix GC scanning of allocasAyke van Laethem
2022-09-08wasm: do not allow undefined symbolsAyke van Laethem
2022-06-21wasm: use newer WebAssembly featuresAyke van Laethem
2022-04-28all: make emulator command a string instead of a []stringAyke van Laethem
2021-12-30targets (wasi/wasm): raise default stack size to 16 KiBNia Waldvogel
2021-12-20compileopts,targets: replace '{root}' in target filesDamian Gryski
2021-11-14internal/task: use asyncify on webassemblyNia Waldvogel
2021-11-04wasm: specify wasi-libc in code, not in the JSON target fileAyke van Laethem
2021-11-03targets: add CPU property everywhereAyke van Laethem
2021-09-28build: normalize target triples to match ClangAyke van Laethem
2021-09-28all: use -opt flag for optimization level in CFlags (-Os, etc)Ayke van Laethem
2021-06-22wasi: remove wasm build tagAyke van Laethem
2021-04-19builder: hard code Clang compilerAyke van Laethem
2021-03-22wasm: only export explicitly exported functionsAyke van Laethem
2021-03-04wasi: specify wasi-libc in a different wayAyke van Laethem
2020-10-03add wasm-abi field in TargetSpec && set generic for WASI by default (#1421)Takeshi Yoneda
2020-08-24Remove --no-threads from wasm-ld calls.Elliott Sales de Andrade
2020-06-22wasm32: Add --no-demangle optionHiroki Noda
2020-01-23wasm: include wasi-libcAyke van Laethem
2019-07-08wasm: set the stack at the start of linear memoryAyke van Laethem
2019-05-25wasm: fix wasm-ld hangAyke van Laethem
2019-04-30main: allow changing the clang command nameAyke van Laethem
2019-04-25cgo: support builtin #include headersAyke van Laethem
2019-04-04main: use wasm-ld instead of wasm-ld-8 on macOSAyke van Laethem
2019-03-22all: switch to LLVM 8Ayke van Laethem
2019-03-04wasm: switch emulator to node.jsAyke van Laethem
2019-02-01main: optionally build with LLDAyke van Laethem
2019-01-21wasm: add GOOS/GOARCH propertiesAyke van Laethem
2018-12-10wasm: compile .c files in packagesAyke van Laethem
2018-11-24wasm: fix .json file after compiler updatesAyke van Laethem
2018-10-30wasm: allow all undefined symbolsAyke van Laethem
2018-10-21all: add WebAssembly backendAyke van Laethem