wasmer/lib/runtime-c-api/tests
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 Add null checks to new destructors in C API 2019-10-29 15:18:45 -07: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 Move the linkage before the type. 2019-10-29 15:30:59 -07:00