Ivan Enderlin
|
e5fa1b3c1b
|
doc(runtime-c-api) Improve documentation of wasmer_memory_data .
|
2020-02-10 11:16:48 +01:00 |
|
Ivan Enderlin
|
59d35656a9
|
feat(runtime-c-api) wasmer_memory_grow returns WASMER_ERROR if memory is NULL.
|
2020-02-10 11:08:59 +01:00 |
|
Ivan Enderlin
|
534db599b2
|
feat(runtime-c-api) wasmer_memory_length returns 0 if memory is NULL.
|
2020-02-10 11:04:41 +01:00 |
|
Ivan Enderlin
|
78056df6cc
|
doc(runtime-c-api) Improve documentation of wasmer_memory_length .
|
2020-02-10 11:04:09 +01:00 |
|
Ivan Enderlin
|
ed77c9c64f
|
doc(runtime-c-api) Improve documentation of wasmer_memory_grow .
|
2020-02-10 11:03:48 +01:00 |
|
Ivan Enderlin
|
8d083da303
|
doc(runtime-c-api) Improve documentation of wasmer_memory_new .
|
2020-02-10 11:03:22 +01:00 |
|
Ivan Enderlin
|
2aecb49227
|
doc(runtime-c-api) Improve documentation of wasmer_memory_t .
|
2020-02-10 11:02:50 +01:00 |
|
Ivan Enderlin
|
602fd8334e
|
doc(runtime-c-api) Improve documentation of wasmer_limit_option_t .
|
2020-02-10 11:02:28 +01:00 |
|
Ivan Enderlin
|
933a0de5e3
|
doc(runtime-c-api) Improve documentation of wasmer_limits_t .
|
2020-02-10 11:02:07 +01:00 |
|
Ivan Enderlin
|
62a2e3ecad
|
doc(runtime-c-api) Fix a typo.
|
2020-02-10 11:01:48 +01:00 |
|
Ivan Enderlin
|
a2ddbab03d
|
doc(runtime-c-api) Improve documentation of wasmer_value_t .
|
2020-01-29 14:49:20 +01:00 |
|
Ivan Enderlin
|
9c4ce52d45
|
doc(runtime-c-api) Improve documentation of wasmer_value .
|
2020-01-29 14:48:57 +01:00 |
|
Ivan Enderlin
|
5d7020a296
|
doc(runtime-c-api) Improve documentation of wasmer_value_tag .
|
2020-01-29 14:47:56 +01:00 |
|
Ivan Enderlin
|
8283b6d0da
|
doc(runtime-c-api) Improve documentation of wasmer_instance_destroy .
|
2020-01-20 15:58:27 +01:00 |
|
Ivan Enderlin
|
f4c8997c6d
|
doc(runtime-c-api) Fix a link.
|
2020-01-20 15:58:11 +01:00 |
|
Ivan Enderlin
|
df2b93ea81
|
fix(runtime-c-api) wasmer_instance_context_data_get returns void if instance is null.
|
2020-01-20 15:52:14 +01:00 |
|
Ivan Enderlin
|
c89f53b6fa
|
doc(runtime-c-api) Improve documentation of wasmer_instance_context_memory .
|
2020-01-20 15:51:48 +01:00 |
|
Ivan Enderlin
|
32ee93ef73
|
fix(runtime-c-api) wasmer_instance_context_data_set does nothing if instance is null.
|
2020-01-20 15:43:14 +01:00 |
|
Ivan Enderlin
|
05dae9ef9d
|
doc(runtime-c-api) Improve documentation of wasmer_instance_context_data_set .
|
2020-01-20 15:42:50 +01:00 |
|
Ivan Enderlin
|
edf45049e1
|
doc(runtime-c-api) Improve documentation of wasmer_instance_context_t .
|
2020-01-20 15:42:27 +01:00 |
|
Ivan Enderlin
|
cb632f3452
|
feat(runtime-c-api) Do nothing if instance is null in wasmer_instance_exports .
|
2020-01-20 15:30:00 +01:00 |
|
Ivan Enderlin
|
19627bdb8b
|
doc(runtime-c-api) Improve documentation of wasmer_instance_exports .
|
2020-01-20 15:29:35 +01:00 |
|
Ivan Enderlin
|
3efd7d1232
|
doc(runtime-c-api) Improve documentation of wasmer_instance_call .
|
2020-01-20 15:29:04 +01:00 |
|
Ivan Enderlin
|
076931de91
|
doc(runtime-c-api) Improve documentation of wasmer_exports_destroy .
|
2020-01-20 15:28:30 +01:00 |
|
Ivan Enderlin
|
3022a16ec3
|
doc(runtime-c-api) Improve documentation of wasmer_import_export_value .
|
2020-01-20 15:28:13 +01:00 |
|
Ivan Enderlin
|
97c25f7862
|
doc(runtime-c-api) Improve documentation of wasmer_exports_t .
|
2020-01-20 15:27:50 +01:00 |
|
Ivan Enderlin
|
ee424bbadf
|
doc(runtime-c-api) Improve documentation of wasmer_result_t .
|
2020-01-20 15:26:52 +01:00 |
|
Ivan Enderlin
|
585f5615cf
|
fix(runtime-c-api) Fix imports, and check for null pointer.
|
2020-01-20 14:36:45 +01:00 |
|
Ivan Enderlin
|
77ba77446d
|
doc(runtime-c-api) Improve documentation of wasmer_instance_context_get .
|
2020-01-20 14:36:11 +01:00 |
|
Ivan Enderlin
|
cd3a1064f9
|
chore(runtime-c-api) Move wasmer_module_import_instantiate to the module module.
|
2020-01-20 14:25:13 +01:00 |
|
Ivan Enderlin
|
384c501c93
|
doc(runtime-c-api) Improve error functions' documentations.
|
2020-01-20 14:23:52 +01:00 |
|
Mark McCaskey
|
5931944a21
|
Add clippy error checking in lint step
|
2020-01-17 15:47:45 -08:00 |
|
Ivan Enderlin
|
44a80dc4a0
|
doc(runtime-c-api) Improve documentation of wasmer_instantiate .
|
2020-01-16 12:30:26 +01:00 |
|
Ivan Enderlin
|
13800872ff
|
doc(runtime-c-api) Improve documentation of wasmer_instance_context_t .
|
2020-01-16 12:29:33 +01:00 |
|
Ivan Enderlin
|
88ca11628a
|
doc(runtime-c-api) Improve documentation of wasmer_instance_t .
|
2020-01-16 12:29:09 +01:00 |
|
Ivan Enderlin
|
798557367a
|
doc(runtime-c-api) Improve documentation of wasmer_validate .
|
2020-01-16 12:28:42 +01:00 |
|
Ivan Enderlin
|
7a16828e6e
|
fix(runtime-c-api) Fix error message.
|
2020-01-15 12:50:18 +01:00 |
|
Ivan Enderlin
|
4cdf868a0b
|
doc(runtime-c-api) Explain why code is unreachable in wasmer_trap .
|
2020-01-15 08:40:36 +01:00 |
|
Ivan Enderlin
|
c0b439e66a
|
feat(runtime-c-api) Rename wasmer_import_trap to wasmer_trap .
|
2020-01-15 08:37:20 +01:00 |
|
Ivan Enderlin
|
b494bd860d
|
doc(runtime-c-api) Improve wasmer_import_func_new 's documentation.
|
2020-01-13 07:35:57 +01:00 |
|
Ivan Enderlin
|
a506411eb5
|
doc(runtime-c-api) Improve documentation of wasmer_import_trap .
|
2020-01-13 07:35:37 +01:00 |
|
Ivan Enderlin
|
8790f6dbc9
|
feat(runtime-c-api) Check pointers aren't null in wasmer_import_trap .
|
2020-01-13 07:20:06 +01:00 |
|
Ivan Enderlin
|
35459c2931
|
feat(runtime-c-api) Implement wasmer_import_trap .
The new `wasmer_import_trap` allows a host function to fail properly
with the Wasmer trapping API.
|
2020-01-10 15:13:30 +01:00 |
|
Ivan Enderlin
|
e913e8928f
|
chore(runtime-c-api) Fix CS.
|
2020-01-10 15:12:56 +01:00 |
|
Ivan Enderlin
|
0274668675
|
doc(runtime-c-api) Fix a typo.
|
2020-01-07 14:21:50 +01:00 |
|
Mark McCaskey
|
bb90cffac9
|
Address feedback; improve emscripten fn names in C API
|
2019-12-16 19:43:57 -05:00 |
|
Mark McCaskey
|
a2b47bd591
|
Update changelog, clean up, fix test
|
2019-12-16 18:06:37 -05:00 |
|
Mark McCaskey
|
e86b3941d0
|
Update Emscripten API layout; expose inner parts to to C API; add test
|
2019-12-16 15:45:28 -05:00 |
|
Mark McCaskey
|
f1c95a81ab
|
Add foundational emscripten functions and types to C API
|
2019-12-13 14:02:48 -08:00 |
|
Ivan Enderlin
|
4ef799f23d
|
feat(runtime-c-api) Support WasiVersion::Latest .
|
2019-12-04 15:34:56 +01:00 |
|