Yaron Wittenstein
|
f73180f45e
|
wasmer-c-api:
* adding `wasmer_import_object_new` and `wasmer_import_object_extend`
* adding test file `test-module-import-instantiate.c`
|
2019-08-01 14:06:25 +03:00 |
|
Yaron Wittenstein
|
ab76755ade
|
runtime-c-api:
* import.rs - adding `import_object_t` and `wasmer_import_object_destroy`
* instance.rs - adding `wasmer_module_import_instantiate`
|
2019-08-01 10:48:03 +03:00 |
|
Ivan Enderlin
|
63ec73aacc
|
fix(runtime-c-api) Remove deprecated types from libc.
Since https://github.com/rust-lang/libc/pull/1379, fixed width integer
type aliases are deprecated. Thus, this patch uses Rust types instead
of libc aliases.
|
2019-06-12 12:10:49 +02:00 |
|
Ivan Enderlin
|
c92230e18e
|
fix(runtime-c-api) Lengths cannot be negative.
This patch prevents receiving negative length in various places.
|
2019-05-22 16:44:03 +02:00 |
|
Ivan Enderlin
|
1c063090c5
|
doc(runtime-c-api) Add short module descriptions.
|
2019-03-29 16:35:35 +01:00 |
|
Ivan Enderlin
|
361ff81db7
|
feat(runtime-c-api) Extract the import module.
|
2019-03-29 15:50:16 +01:00 |
|