Commit Graph

11 Commits

Author SHA1 Message Date
ce525e7e90 doc(c-api) Update documentation. 2020-10-27 13:53:47 +01:00
4584a53840 fix(c-api) Remove rustc warnings. 2020-10-12 13:12:37 +02:00
e6bc138b10 Remove ability to use object file engine with compiler from C API
Due to the way object file engine works, it only makes sense to use in
headless mode from the C API.
2020-10-06 17:39:51 -07:00
aa2e8f7b4d Address more feedback, clean up code 2020-10-06 12:13:59 -07:00
0f8d68652f Finish merge with C API refactor 2020-10-05 12:30:58 -07:00
f0487763bf Readd functionality from object file engine 2020-10-02 17:31:18 -07:00
ae1a50b5d7 chore(c-api) Move cbindgen:ignore from functions/types to modules.
This patch removes the amount of `cbindgen:ignore` instructions by
moving this instruction onto the parent module.
2020-10-02 09:51:48 +02:00
1c0708df33 fix(c-api) Add missing JIT symbol. 2020-09-28 15:39:33 +02:00
8f627d9834 feat(c-api) Instruct cbindgen to ignore all functions and types defined in wasm.h. 2020-09-28 14:49:44 +02:00
174b03f4e9 feat(c-api) Use our fork of cbindgen.
Our fork contains incoming PR. It helps for example to skip struct
fields.
2020-09-24 16:15:04 +02:00
5b72815a00 feat(c-api) Extract engine and store into their own module. 2020-09-22 17:08:57 +02:00