Module wasmer_integration_tests_cli::fixtures

source ·
Expand description

Paths for commonly used test files.

Functions§

  • A WEBC file containing bash.
  • A WEBC file containing the coreutils.
  • A *.wat file which calculates fib(40) and exits with no output.
  • A WEBC file containing the Python interpreter, compiled to WASI.
  • The QuickJS interpreter, compiled to a WASI module.
  • The wasmer.toml file for QuickJS.
  • A WEBC file containing the WCGI static server.
  • A WEBC file containing wat2wasm, wasm-validate, and other helpful WebAssembly-related commands.
  • A *.wat file with no _start() function.