summaryrefslogtreecommitdiff
path: root/misc/wasm
Commit message (Expand)AuthorAgeFilesLines
* misc/wasm: add wasmedge to wasip1 scriptJohan Brandhorst-Satzkorn2023-05-111-0/+3
* misc/wasm: add wasmer to wasip1 scriptJohan Brandhorst-Satzkorn2023-05-091-0/+3
* misc/wasm: default to /tmp if TMPDIR is unsetBryan C. Mills2023-04-261-1/+1
* misc/wasm: support wasmtime in wasip1Johan Brandhorst-Satzkorn2023-04-211-1/+12
* misc/wasm: add wasip1/wasm exec scriptJohan Brandhorst-Satzkorn2023-04-061-0/+6
* all: implement wasmimport directiveEvan Phoenix2023-03-021-1/+8
* misc: increase node stack sizeJohan Brandhorst-Satzkorn2023-02-021-1/+4
* misc/wasm: use NodeJS crypto libraryJohan Brandhorst-Satzkorn2023-01-301-6/+1
* misc/wasm: extend executable compatibilityJohan Brandhorst-Satzkorn2023-01-301-1/+1
* misc/wasm: use NodeJS performance libraryJohan Brandhorst-Satzkorn2023-01-301-6/+1
* misc/wasm: update deprecated substr usageMarko Kungla2022-09-271-2/+2
* cmd/link: increase reserved space for passing env on wasmRichard Musiol2021-10-251-2/+2
* misc/wasm: expect environment to provide polyfillsRichard Musiol2021-10-163-100/+66
* misc/wasm, cmd/link: do not let command line args overwrite global dataCherry Mui2021-10-071-0/+7
* misc/wasm: enable ECMAScript strict moderhysd2021-09-031-0/+1
* misc/wasm: ensure correct stack pointer in catch clausesRichard Musiol2021-05-241-0/+3
* runtime: rename walltime1 to walltimeIan Lance Taylor2021-04-291-2/+2
* misc/wasm: check type of argument to Go.runRichard Musiol2020-11-021-0/+3
* misc/wasm: improve error message if javascript polyfills are requiredRichard Musiol2020-10-211-3/+12
* misc/wasm: make sure sp is unsignedRichard Musiol2020-10-211-4/+28
* misc/wasm: make wasm_exec more robust against uncommon environmentsRichard Musiol2020-08-251-1/+3
* syscall/js: prepare IDs for the preset objectsHajime Hoshi2020-05-121-27/+21
* syscall/js: make wasm_exec.js compatible with Webpacknao20010128nao2020-03-241-1/+4
* syscall/js: allow copyBytesTo(Go|JS) to use Uint8ClampedArrayAurélio A. Heckert2020-03-241-2/+2
* misc/wasm: avoid implicit boolean to number conversionBrad Fitzpatrick2020-02-251-1/+1
* syscall/js: garbage collect references to JavaScript valuesRichard Musiol2019-11-041-14/+35
* syscall: on wasm, do not panic if "process" global is not definedRichard Musiol2019-10-081-14/+46
* syscall/js: add Value.Delete for deleting JavaScript propertiesRichard Musiol2019-09-301-0/+5
* misc/wasm: fix argv/envp layoutAustin Clements2019-09-151-1/+2
* runtime: wrap nanotime, walltime, and writeAustin Clements2019-09-041-4/+4
* runtime,syscall/js: reuse wasm memory DataViewAgniva De Sarker2019-08-281-46/+45
* syscall/js: replace TypedArrayOf with CopyBytesToGo/CopyBytesToJSRichard Musiol2019-05-241-1/+28
* misc/wasm: fix command line arguments containing multi-byte charactersRichard Musiol2019-04-291-3/+7
* misc/wasm: exit with code 1 if WebAssembly.instantiate failsRichard Musiol2019-03-251-2/+3
* misc/wasm: add workaround for missed timeout eventsRichard Musiol2019-03-141-1/+9
* misc/wasm: better adapt to different JavaScript environmentsRichard Musiol2019-03-031-22/+50
* syscall/js: rename js.Callback to js.FuncRichard Musiol2018-12-131-17/+17
* misc/wasm: add stub for fs.read on browsersRichard Musiol2018-11-201-0/+5
* misc/wasm: use temporary directory provided by Node.jsRichard Musiol2018-11-201-1/+1
* all: add support for synchronous callbacks to js/wasmRichard Musiol2018-11-101-39/+43
* misc/wasm: improve detection of Node.jsRichard Musiol2018-10-251-9/+11
* misc/wasm: fix panic on os.Stdout.Sync() in the browserNick Craig-Wood2018-10-201-0/+3
* syscall/js: make zero js.Value represent "undefined"Richard Musiol2018-10-181-5/+12
* misc/wasm: fix fs operations in browserRichard Musiol2018-10-081-2/+9
* misc/wasm: add mention of polyfill for Edge supportRichard Musiol2018-10-021-0/+5
* Revert "misc/wasm: add polyfill for TextEncoder/TextDecoder for Edge support"Brad Fitzpatrick2018-10-021-5/+0
* misc/wasm: add polyfill for TextEncoder/TextDecoder for Edge supportJake B2018-09-291-0/+5
* misc/wasm: handle error during instantiateStreamingAgniva De Sarker2018-09-041-0/+2
* syscall/js: move callback helper code to misc/wasm to avoid using eval()Xudong Zheng2018-08-011-0/+22
* syscall: remove support for O_NONBLOCK and O_SYNC on js/wasmRichard Musiol2018-07-311-1/+1