wabt icon indicating copy to clipboard operation
wabt copied to clipboard

libwasm needs tests

Open steven-johnson opened this issue 5 years ago • 1 comments

AFAICT there are no tests for libwasm -- it's hard to expect external projects to rely on using it without any. Are there plans to add any? (Alternately, plans to have wasm-interp use it instead of the existing api?)

steven-johnson avatar Jun 10 '20 02:06 steven-johnson

There are some examples from the wasm-c-api that are used as basic tests (see https://github.com/WebAssembly/wabt/blob/master/CMakeLists.txt#L570), but I agree, there could be more here.

binji avatar Jun 10 '20 17:06 binji