.. |
.gitignore
|
Fix C API table/global/memory imports
|
2019-03-02 22:28:00 -06:00 |
CMakeLists.txt
|
test(runtime-c-api) Transforms all C/C++ warnings into errors.
|
2019-03-07 10:15:32 +01:00 |
hello_wasm.wasm
|
Fix C API table/global/memory imports
|
2019-03-02 22:28:00 -06:00 |
runtime_c_api_tests.rs
|
test(runtime-c-api) Transforms all C/C++ warnings into errors.
|
2019-03-07 10:15:32 +01:00 |
sum.wasm
|
Implementing instantiate and call
|
2019-02-02 00:26:10 -06:00 |
test-exports.c
|
test(runtime-c-api) Fix compilation errors in test-exports.c .
|
2019-03-07 10:15:32 +01:00 |
test-globals.c
|
Add basic Global API
|
2019-02-09 17:39:15 -06:00 |
test-import-function.c
|
test(runtime-c-api) Free allocations.
|
2019-03-11 17:41:17 +01:00 |
test-imports.c
|
fix(runtime-c-api) Fix the imports length.
|
2019-03-11 14:35:51 +01:00 |
test-instantiate.c
|
test(runtime-c-api) Fix a compilation error in test-instantiate.c .
|
2019-03-07 10:15:32 +01: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
|
Add C API module export descriptors
|
2019-02-23 15:41:38 -06:00 |
test-module-imports.c
|
newline in test-module-imports.c
|
2019-02-27 10:41:22 -08:00 |
test-module.c
|
Add C API module_instantiate function
|
2019-02-20 23:08:23 -06: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
|
Add validate function and test
|
2019-02-05 00:01:01 -06:00 |
wasm_sample_app.wasm
|
Add test to import function and call it
|
2019-02-02 17:43:59 -06:00 |