7 lines
259 B
TOML
7 lines
259 B
TOML
|
|
# WASI build via the WASI SDK's libc++ + the wasm32-wasip1 target. The
|
||
|
|
# runner derivation routes the .wasm artifact through `wasmtime`.
|
||
|
|
target = "wasm32-wasip1"
|
||
|
|
requires = [
|
||
|
|
"tool:wasmtime",
|
||
|
|
"file:/usr/share/wasi-sysroot/share/libc++/v1/std.cppm",
|
||
|
|
]
|