mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 04:53:42 +00:00
all: add WebAssembly backend
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"llvm-target": "wasm32-unknown-unknown-wasm",
|
||||
"build-tags": ["js", "wasm"],
|
||||
"linker": "ld.lld-7",
|
||||
"pre-link-args": [
|
||||
"-flavor", "wasm",
|
||||
"-allow-undefined-file", "targets/wasm.syms"
|
||||
],
|
||||
"emulator": ["cwa"]
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
io_get_stdout
|
||||
resource_write
|
||||
Reference in New Issue
Block a user