target/wasm_unknown: remove bulk memory and use imported memory for extreme tinyness

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2024-02-15 14:33:24 +01:00
committed by Ron Evans
parent 186018abeb
commit 5879d785a9
4 changed files with 9 additions and 14 deletions
+1 -2
View File
@@ -31,10 +31,9 @@ func abort() {
//go:linkname syscall_Exit syscall.Exit
func syscall_Exit(code int) {
//proc_exit(uint32(code))
}
// TinyGo does not yet support any form of parallelism on WebAssembly, so these
// There is not yet any support for any form of parallelism on WebAssembly, so these
// can be left empty.
//go:linkname procPin sync/atomic.runtime_procPin