wasmer/lib/runtime-c-api/tests/assets
2019-10-25 14:24:22 -07:00
..
exports.rs test(runtime-c-api) Fully test all kind of exports. 2019-09-05 15:08:23 +02:00
exports.wasm test(runtime-c-api) Fully test all kind of exports. 2019-09-05 15:08:23 +02:00
extended_wasi.rs Add tests for C API import_object and WASI updates 2019-10-25 14:24:22 -07:00
extended_wasi.wasm Add tests for C API import_object and WASI updates 2019-10-25 14:24:22 -07:00
hello_wasm.wasm chore(runtime-c-api) Move .wasm files into the assets directory. 2019-03-27 09:42:56 +01:00
inc.wasm wasmer-c-api: 2019-08-01 14:06:25 +03:00
inc.wast wasmer-c-api: 2019-08-01 14:06:25 +03:00
README.md Add tests for C API import_object and WASI updates 2019-10-25 14:24:22 -07:00
return_hello.rs test(runtime-c-api) New test suite for wasmer_export_to_memory. 2019-03-27 10:49:28 +01:00
return_hello.wasm test(runtime-c-api) New test suite for wasmer_export_to_memory. 2019-03-27 10:49:28 +01:00
sum.wasm chore(runtime-c-api) Move .wasm files into the assets directory. 2019-03-27 09:42:56 +01:00
wasm_sample_app.wasm chore(runtime-c-api) Move .wasm files into the assets directory. 2019-03-27 09:42:56 +01:00

These are used in tests in the parent directory.

To keep the generated wasm small, use wasm-opt and wasm-strip from wabt-tools (can be installed via wapm). Addtionally, consider passing the -C opt-level=z flag to rustc to optimize for size.