Commit Graph

19 Commits

Author SHA1 Message Date
7441fade9c Final fixes for make test-capi on windows-msvc
- .wasm files should always be opened in "rb" mode
- open_memstream doesn't exist on Windows, use tempfile() instead
- remove .obj and .exe files when the test finish
2022-09-14 22:31:19 +02:00
a419ccdf52 Move Webassembly objects to Store and remove Context
Co-authored-by: ptitSeb <sebastien.chev@gmail.com>
Co-authored-by: Manos Pitsidianakis <manos@wasmer.io>
2022-07-19 15:31:51 +03:00
eed0327101 Update c-api examples to Context API 2022-07-19 15:31:51 +03:00
b0709e4153 Implemented multithreading and fixed a number of bugs with WASIX 2022-06-15 19:26:57 +03:00
724c59c751 More bug fixes 2021-11-17 00:03:28 +00:00
cff3e18a34 Fix memory leaks in C API examples 2021-11-15 17:01:28 +00:00
4255387f49 Rename wasm_instance_new()’s “traps” argument to “trap”.
Issue #2472
2021-07-17 22:12:04 -04:00
b520a5f58a Renamed wasmer_wasm.h to wasmer.h 2021-06-01 21:47:37 -07:00
71176cca7a Unified C API tests 2021-05-15 09:15:50 -07:00
bc8cb68d84 Update examples to not free things cast from extern 2021-03-30 08:47:18 -07:00
1a56ff2cc8 Fix wat and exports memory leak in all examples 2021-03-18 08:16:17 -07:00
b09b85ada5 Update memory Wasm C API example 2021-03-18 07:51:34 -07:00
6e50e24643 test(c-api) Add the features example. 2021-03-02 14:48:02 +01:00
79fb698c15 Remove dependency on cmake 2020-12-04 13:39:44 -08:00
e32458335c Fix capi tests for examples 2020-12-04 11:22:33 -08:00
98a283f327 chore: Add a target to test all the C examples 2020-12-04 18:57:10 +01:00
39af046c04 Added make all command to c api examples 2020-12-04 03:18:58 -08:00
4df7722f25 Fixed the c examples using the new api for wat2wasm 2020-12-04 03:15:44 -08:00
729f402fdb chore: Add C examples 2020-12-04 09:10:35 +01:00