land/userland/src/lib/Tupfile

4 lines
122 B
Plaintext

include_rules
: foreach *.walt |> node ../../compile.js %f %o |> %B.wasm
: foreach *.wast |> wat2wasm -o %o %f |> %B.wasm