index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
/
wasm
/
wasm_exec.js
Age
Commit message (
Expand
)
Author
2024-08-30
misc/wasm: move wasm runtime files to lib/wasm
Zxilly
2024-08-21
cmd/link: support wasmexport on js/wasm
Cherry Mui
2024-08-09
syscall,misc/wasm: fix path expansion on non-unix platforms
Zxilly
2023-05-22
wasm: remove redundant calls to setTimeout and clearTimeout
Garet Halliday
2023-03-02
all: implement wasmimport directive
Evan Phoenix
2022-09-27
misc/wasm: update deprecated substr usage
Marko Kungla
2021-10-25
cmd/link: increase reserved space for passing env on wasm
Richard Musiol
2021-10-16
misc/wasm: expect environment to provide polyfills
Richard Musiol
2021-10-07
misc/wasm, cmd/link: do not let command line args overwrite global data
Cherry Mui
2021-09-03
misc/wasm: enable ECMAScript strict mode
rhysd
2021-05-24
misc/wasm: ensure correct stack pointer in catch clauses
Richard Musiol
2021-04-29
runtime: rename walltime1 to walltime
Ian Lance Taylor
2020-11-02
misc/wasm: check type of argument to Go.run
Richard Musiol
2020-10-21
misc/wasm: improve error message if javascript polyfills are required
Richard Musiol
2020-10-21
misc/wasm: make sure sp is unsigned
Richard Musiol
2020-08-25
misc/wasm: make wasm_exec more robust against uncommon environments
Richard Musiol
2020-05-12
syscall/js: prepare IDs for the preset objects
Hajime Hoshi
2020-03-24
syscall/js: make wasm_exec.js compatible with Webpack
nao20010128nao
2020-03-24
syscall/js: allow copyBytesTo(Go|JS) to use Uint8ClampedArray
Aurélio A. Heckert
2020-02-25
misc/wasm: avoid implicit boolean to number conversion
Brad Fitzpatrick
2019-11-04
syscall/js: garbage collect references to JavaScript values
Richard Musiol
2019-10-08
syscall: on wasm, do not panic if "process" global is not defined
Richard Musiol
2019-09-30
syscall/js: add Value.Delete for deleting JavaScript properties
Richard Musiol
2019-09-15
misc/wasm: fix argv/envp layout
Austin Clements
2019-09-04
runtime: wrap nanotime, walltime, and write
Austin Clements
2019-08-28
runtime,syscall/js: reuse wasm memory DataView
Agniva De Sarker
2019-05-24
syscall/js: replace TypedArrayOf with CopyBytesToGo/CopyBytesToJS
Richard Musiol
2019-04-29
misc/wasm: fix command line arguments containing multi-byte characters
Richard Musiol
2019-03-25
misc/wasm: exit with code 1 if WebAssembly.instantiate fails
Richard Musiol
2019-03-14
misc/wasm: add workaround for missed timeout events
Richard Musiol
2019-03-03
misc/wasm: better adapt to different JavaScript environments
Richard Musiol
2018-12-13
syscall/js: rename js.Callback to js.Func
Richard Musiol
2018-11-20
misc/wasm: add stub for fs.read on browsers
Richard Musiol
2018-11-20
misc/wasm: use temporary directory provided by Node.js
Richard Musiol
2018-11-10
all: add support for synchronous callbacks to js/wasm
Richard Musiol
2018-10-25
misc/wasm: improve detection of Node.js
Richard Musiol
2018-10-20
misc/wasm: fix panic on os.Stdout.Sync() in the browser
Nick Craig-Wood
2018-10-18
syscall/js: make zero js.Value represent "undefined"
Richard Musiol
2018-10-08
misc/wasm: fix fs operations in browser
Richard Musiol
2018-08-01
syscall/js: move callback helper code to misc/wasm to avoid using eval()
Xudong Zheng
2018-07-31
syscall: remove support for O_NONBLOCK and O_SYNC on js/wasm
Richard Musiol
2018-07-19
syscall/js: show goroutine stack traces on deadlock
Richard Musiol
2018-07-11
misc/wasm: free up memory on exit
Richard Musiol
2018-07-09
syscall/js: add Value.Type
Richard Musiol
2018-07-05
misc/wasm: use "self" instead of "window" in web worker contexts
John Leidegren
2018-07-03
misc/wasm: use single map for string, symbol and object id mapping.
Paul Jolly
2018-07-01
misc/wasm: make sure value ref id is unique
Cherry Zhang
2018-06-26
syscall/js: use stable references to JavaScript values
Richard Musiol
2018-06-25
syscall.js: add Value.InstanceOf
Richard Musiol
2018-06-21
misc/wasm: fix permissions on wasm_exec.js
Paul Jolly
[next]