wasm-unknown: add math and memory builtins that LLVM needs

This new library is needed for wasm targets that aren't WASI and don't
need/want a libc, but still need some intrinsics that are generated by
LLVM.
This commit is contained in:
Ayke van Laethem
2024-03-04 20:27:05 +01:00
committed by Ron Evans
parent d628e3e2cb
commit 7c546525ea
5 changed files with 101 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@
"goarch": "arm",
"linker": "wasm-ld",
"rtlib": "compiler-rt",
"libc": "wasmbuiltins",
"scheduler": "none",
"gc": "leaking",
"default-stack-size": 4096,