Skip to content

test: Add basic WebAssembly test

Tests a basic WebAssembly module that adds two numbers.

wasm example from the WebAssembly/wabt repo licensed Apache 2.0.

Not sure if there are licensing concerns. Please let me know if we need to add anything else.

Refs: https://github.com/WebAssembly/wabt/blob/master/demo/wat2wasm/examples.js#L27-L32

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Merge request reports

Loading