wasmer/lib/runtime-c-api/tests
Ivan Enderlin 912713f88f test(runtime-c-api) Test the new WASI version API.
This patch updates `test-wasi-import-object` to test the new
`wasmer_wasi_get_version` &
`wasmer_wasi_generate_import_object_for_version` functions, and the
new `Version` type.
2019-12-04 15:28:37 +01:00
..
assets Add tests for C API import_object and WASI updates 2019-10-25 14:24:22 -07:00
.gitignore chore(git) Ignore the object file test-import-object. 2019-12-04 15:28:37 +01:00
CMakeLists.txt chore(runtime-c-api) Fix CS in CMakeLists.txt. 2019-12-04 15:28:37 +01:00
runtime_c_api_tests.rs Run WASI C API tests based on feature; prevent cmake caching 2019-11-20 15:41:33 -08:00
test-context.c [FIX] test-context.c imports contains now the expected mul import too 2019-08-01 19:31:33 +03:00
test-exported-memory.c Improved exported memory tests 2019-08-01 01:28:11 -07:00
test-exports.c Use printf portably. 2019-10-29 15:28:59 -07:00
test-globals.c Add basic Global API 2019-02-09 17:39:15 -06:00
test-import-function-callinfo.c Add callinfo trampoline into the C API. 2019-06-05 01:25:37 +08:00
test-import-function.c Add callinfo trampoline into the C API. 2019-06-05 01:25:37 +08:00
test-import-object Run WASI C API tests based on feature; prevent cmake caching 2019-11-20 15:41:33 -08:00
test-import-object.c Add tests for C API import_object and WASI updates 2019-10-25 14:24:22 -07:00
test-imports.c chore(runtime-c-api) Move .wasm files into the assets directory. 2019-03-27 09:42:56 +01:00
test-instantiate.c test(runtime-c-api) Assert returned value from wasmer_last_error_message. 2019-05-13 10:52:55 +02:00
test-memory.c test(runtime-c-api) Fix compilation errors in test-memory.c. 2019-03-07 10:15:32 +01:00
test-module-exports.c chore(runtime-c-api) Move .wasm files into the assets directory. 2019-03-27 09:42:56 +01:00
test-module-import-instantiate.c [FIX] test-context.c imports contains now the expected mul import too 2019-08-01 19:31:33 +03:00
test-module-imports.c chore(runtime-c-api) Move .wasm files into the assets directory. 2019-03-27 09:42:56 +01:00
test-module-serialize.c chore(runtime-c-api) Move .wasm files into the assets directory. 2019-03-27 09:42:56 +01:00
test-module.c chore(runtime-c-api) Move .wasm files into the assets directory. 2019-03-27 09:42:56 +01:00
test-tables.c Create a grow error and refactor grow impl to return result (#191) 2019-02-22 22:18:59 -08:00
test-validate.c chore(runtime-c-api) Move .wasm files into the assets directory. 2019-03-27 09:42:56 +01:00
test-wasi-import-object.c test(runtime-c-api) Test the new WASI version API. 2019-12-04 15:28:37 +01:00