Expand description
Paths for commonly used test files.
Functionsยง
- bash
- A WEBC file containing bash.
- coreutils
- A WEBC file containing the coreutils.
- fib
- A
*.watfile which calculates fib(40) and exits with no output. - hello
- packages
- php
- python
- A WEBC file containing the Python interpreter, compiled to WASI.
- qjs
- The QuickJS interpreter, compiled to a WASI module.
- qjs_
wasmer_ toml - The
wasmer.tomlfile for QuickJS. - resources
- static_
server - A WEBC file containing the WCGI static server.
- wabt
- A WEBC file containing
wat2wasm,wasm-validate, and other helpful WebAssembly-related commands. - wat_
no_ start - A
*.watfile with no_start()function.