aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/rt0_js_wasm.s
AgeCommit message (Expand)Author
2019-10-19runtime: fix past-the-end write of wasmStackCherry Zhang
2019-05-24cmd, runtime: remove PC_F & PC_B globals on WasmCherry Zhang
2019-03-03all: rename WebAssembly instructions according to spec changesRichard Musiol
2018-12-13syscall/js: rename js.Callback to js.FuncRichard Musiol
2018-11-10all: add support for synchronous callbacks to js/wasmRichard Musiol
2018-06-15all: enable vet/all for js/wasm and fix vet issuesRichard Musiol
2018-06-14runtime, sycall/js: add support for callbacks from JavaScriptRichard Musiol
2018-05-08runtime: add js/wasm architectureRichard Musiol