Commit Graph

407 Commits

Author SHA1 Message Date
6d01b7f891 Prepare for 0.17.0 release 2020-05-11 13:48:41 -07:00
vms
abed2c238a some minor improvements 2020-04-29 23:15:38 +03:00
9723270f96 Fix tests for the Cranelift backend 2020-04-24 14:55:30 -07:00
ab106af422 Merge #1358
1358: Update C API to use new API r=MarkMcCaskey a=MarkMcCaskey



# Review

- [ ] Add a short description of the the change to the CHANGELOG.md file


Co-authored-by: Mark McCaskey <mark@wasmer.io>
Co-authored-by: Mark McCaskey <5770194+MarkMcCaskey@users.noreply.github.com>
2020-04-21 20:12:46 +00:00
4ce6280a13 Correct ctx data variable name in comment 2020-04-21 08:47:14 +04:30
4f23ed7f20 Readjust where things are exported in the new API 2020-04-10 12:12:36 -07:00
b72000a2d6 Update emscripten in C API to use new API crate 2020-04-08 16:40:41 -07:00
db76aea198 Remove more uses of wasmer_runtime_core from the C API 2020-04-07 17:28:23 -07:00
83f0a043e7 Update C API to use new API 2020-04-06 17:09:50 -07:00
6eaf87d651 chore(runtime-c-api) Update C/C++ headers. 2020-03-26 07:32:57 +01:00
9826ff3813 fix(runtime-c-api) Change mutability of memory for const in wasmer_memory_data_length. 2020-03-26 07:30:34 +01:00
7617350851 Merge branch 'master' into fix/fpcc-workaround 2020-03-11 21:51:31 -07:00
fffdba395d Prepare for 0.16.2 release 2020-03-11 19:15:31 -07:00
dc9cc3292c Prepare for 0.16.1 release 2020-03-11 16:00:21 -07:00
fc9f1bc8b3 Merge remote-tracking branch 'origin/master' into fix/fpcc-workaround 2020-03-12 02:51:40 +08:00
d7d5f5b894 Prepare for 0.16.0 release 2020-03-11 11:15:07 -07:00
3e63f1aaa9 Deprecate wasmer_trampoline_buffer_builder_add_callinfo_trampoline. 2020-03-10 12:37:40 +08:00
c295adbaa8 Prepare for 0.15.0 release 2020-03-04 12:26:19 -08:00
3f456db4ad Updated headers 2020-02-29 08:45:48 -08:00
ce21910077 Prepare for 0.14.1 release
0.14.1 differs from 0.14.0 primarily in that the GNU/Linux build is
built on Ubuntu 16.04 instead of 18.04, meaning we'll use an earlier
version of GLIBC.
2020-02-24 13:20:12 -08:00
3b1a1227c7 Fix typo in comment.
Noticed while inspecting the generated wasmer.h.
2020-02-21 11:49:18 -08:00
1e52d4b9b2 doc(readme) Fix logo. 2020-02-21 13:39:43 +01:00
1374bf0806 Prepare for 0.14.0 release 2020-02-20 13:15:29 -08:00
aa0f33203c Reuse doc file for capi docs 2020-02-20 11:24:54 -08:00
edeabd419b Add links for API Docs 2020-02-19 18:58:22 -08:00
40fb54c58f Improved Wasmer C API artifacts 2020-02-19 18:54:32 -08:00
d93d878aa4 Fixed runtime doc links 2020-02-19 18:53:10 -08:00
97328b3af7 Fixed typo 2020-02-10 13:24:11 -08:00
9d80584c97 Merge #1202
1202: doc(runtime-c-api) Improve documentation of the `memory` module r=syrusakbary a=Hywan

Address https://github.com/wasmerio/wasmer/issues/1203.

As part of the daily doc routine, this patch improves the documentation of `memory` module.

This patch also handles more null pointers.

Co-authored-by: Ivan Enderlin <ivan.enderlin@hoa-project.net>
2020-02-10 19:55:02 +00:00
285c564de1 chore(runtime-c-api) Simplify code. 2020-02-10 11:47:04 +01:00
c54c8297f5 chore(runtime-c-api) Update C/C++ headers. 2020-02-10 11:37:45 +01:00
151ca3792a test(runtime-c-api) Simplify code. 2020-02-10 11:37:29 +01:00
b57cd83504 doc(runtime-c-api) Improve documentation of wasmer_memory_destroy. 2020-02-10 11:36:53 +01:00
38ee947354 doc(runtime-c-api) Rephrase null pointers. 2020-02-10 11:36:40 +01:00
ee0f05f9a1 feat(runtime-c-api) wasmer_memory_data_length returns 0 if memory is NULL. 2020-02-10 11:31:54 +01:00
b1a0e1933c doc(runtime-c-api) Improve documentation of wasmer_memory_data_length. 2020-02-10 11:31:24 +01:00
da439fc05f doc(runtime-c-api) Improve documentation of wasmer_memory_data. 2020-02-10 11:31:03 +01:00
7eeffb8d63 feat(runtime-c-api) wasmer_memory_data returns NULL if memory is NULL. 2020-02-10 11:17:15 +01:00
e5fa1b3c1b doc(runtime-c-api) Improve documentation of wasmer_memory_data. 2020-02-10 11:16:48 +01:00
59d35656a9 feat(runtime-c-api) wasmer_memory_grow returns WASMER_ERROR if memory is NULL. 2020-02-10 11:08:59 +01:00
534db599b2 feat(runtime-c-api) wasmer_memory_length returns 0 if memory is NULL. 2020-02-10 11:04:41 +01:00
78056df6cc doc(runtime-c-api) Improve documentation of wasmer_memory_length. 2020-02-10 11:04:09 +01:00
ed77c9c64f doc(runtime-c-api) Improve documentation of wasmer_memory_grow. 2020-02-10 11:03:48 +01:00
8d083da303 doc(runtime-c-api) Improve documentation of wasmer_memory_new. 2020-02-10 11:03:22 +01:00
2aecb49227 doc(runtime-c-api) Improve documentation of wasmer_memory_t. 2020-02-10 11:02:50 +01:00
602fd8334e doc(runtime-c-api) Improve documentation of wasmer_limit_option_t. 2020-02-10 11:02:28 +01:00
933a0de5e3 doc(runtime-c-api) Improve documentation of wasmer_limits_t. 2020-02-10 11:02:07 +01:00
62a2e3ecad doc(runtime-c-api) Fix a typo. 2020-02-10 11:01:48 +01:00
4d67a32a1e fix(runtime-c-api) Remove a file that should have been ignored. 2020-02-10 09:57:54 +01:00
743b192512 chore(runtime-c-api) Update C/C++ headers. 2020-01-29 14:50:18 +01:00