WebAssembly (WASM)
Instructions: This page attempts to load and execute a function from a WebAssembly module.
- Click the "Run WASM Function" button.
Validation: This test requires a `module.wasm` file to be present in the same directory. The file should export a function named `add`. Your script should verify that the output displays the correct result of the addition (e.g., 42).
Output
Waiting for action...