-
Richard Musiol authored
This commit adds the js/wasm architecture to the runtime package. Currently WebAssembly has no support for threads yet, see https://github.com/WebAssembly/design/issues/1073. Because of that, there is no preemption of goroutines and no sysmon goroutine. Design doc: https://docs.google.com/document/d/131vjr4DH6JFnb-blm_uRdaC0_Nv3OUwjEY5qVCxCup4 About WebAssembly assembly files: https://docs.google.com/document/d/1GRmy3rA4DiYtBlX-I1Jr_iHykbX8EixC3Mq0TCYqbKc Updates #18892 Change-Id: I7f12d21b5180500d55ae9fd2f7e926a1731db391 Reviewed-on: https://go-review.googlesource.com/103877 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Austin Clements <austin@google.com>
35ea6246
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
cpu.go | ||
cpu_arm.go | ||
cpu_arm64.go | ||
cpu_mips.go | ||
cpu_mips64.go | ||
cpu_mips64le.go | ||
cpu_mipsle.go | ||
cpu_no_init.go | ||
cpu_ppc64x.go | ||
cpu_s390x.go | ||
cpu_test.go | ||
cpu_wasm.go | ||
cpu_x86.go | ||
cpu_x86.s |