aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/wasm_exec.js
AgeCommit message (Expand)Author
2024-01-29Remove unused value=
2023-08-04all: Go 1.21 supportAyke van Laethem
2023-06-17wasm: remove i64 workaround, use BigInt insteadAyke van Laethem
2022-03-07syscall/js: allow copyBytesTo(Go|JS) to use Uint8ClampedArraySamuel Stauffer
2021-10-26cgo: add support for stdio in picolibc and wasi-libcAyke van Laethem
2021-08-05wasm: add support for the crypto/rand packageAyke van Laethem
2021-04-15wasm: use WASI ABI for exit functionAyke van Laethem
2021-03-15Upgrade WASI version to wasi_snapshot_preview1 (#1691)Federico G. Schwindt
2021-02-21Fix typo in wasm_exec.js, syscall/js.valueLoadString()Yongbin Kim
2020-10-18Add instanceof support for WebAssembly蒼時弦也
2020-09-24test: support non-host testsAyke van Laethem
2020-04-13wasm_exec: Implement syscall/js.valueDelete.Elliott Sales de Andrade
2020-04-13wasm_exec: Add copyBytesToGo.Elliott Sales de Andrade
2020-04-13wasm_exec: Cross-port exit with code 1 change.Elliott Sales de Andrade
2020-04-12wasm: backport "garbage collect references to JavaScript values"Ayke van Laethem
2020-04-12wasm: remove _callbackShutdownAyke van Laethem
2020-03-25wasm_exec: Sync polyfills with Go 1.14.1.Elliott Sales de Andrade
2020-03-01wasm: add js.copyBytesToJS()Justin Clift
2020-02-23targets/wasm: update wasm_exec.js for go 1.13Johann Freymuth
2020-01-28wasm: use wasi ABI for basic startup/stdoutAyke van Laethem
2019-09-16Add syscall/js.valueInvoke supportKonstantin Itskov
2019-09-16Add syscall/js.valueSetIndex supportKonstantin Itskov
2019-05-27wasm: add support for js.FuncOfAyke van Laethem
2019-03-07wasm: ignore arguments and environment variablesAyke van Laethem
2019-03-04wasm: switch emulator to node.jsAyke van Laethem
2019-01-21all: rewrite goroutine loweringAyke van Laethem
2019-01-18wasm: fix typo in wasm_exec.js preventing memory importSeth Junot
2018-11-25wasm: fix printing from Go codeAyke van Laethem
2018-11-24wasm: add glue JS codeAyke van Laethem