Ivan Enderlin
1d208af530
test(c-api) Create a tests/wasmer_wasm.h file.
...
Remove the `build.rs` hack to add helper functions that are used only
in our tests. Now the tests can use the `tests/wasmer_wasm.h` file,
which simplifies the test workflow: No need to hack the build script
or anything if we want to add a helper function.
2020-11-03 10:41:00 +01:00
Ivan Enderlin
059dfceb60
chore(c-api) Update the header files.
2020-11-02 17:46:36 +01:00
Mark McCaskey
02c0df5101
Update to cbindgen 0.15.0
...
Manually specify that items should be sorted by name in the header
file. We do this because cbindgen 0.15.0 removed sorting by default.
2020-10-08 14:42:00 -07:00
Ivan Enderlin
a259ac6862
chore(c-api) Regenerate wasmer.h header files.
2020-09-29 16:21:48 +02:00
Ivan Enderlin
8969756416
chore(c-api) Regenerate header files.
2020-09-29 16:08:54 +02:00
Ivan Enderlin
570b174fb5
fix(c-api) Polish deprecated API.
2020-09-28 15:45:52 +02:00
Ivan Enderlin
3514988462
feat(c-api) Generate wasmer_wasm.h automatically. First draft.
2020-09-22 16:54:22 +02:00
Ivan Enderlin
a2ae54b446
chore(c-api) Update the header files.
2020-09-22 13:15:12 +02:00
Ivan Enderlin
2ac20265a4
chore(c-api) Update header files.
2020-09-22 09:44:42 +02:00
Mark McCaskey
c52678aba4
Clean up from feedback
2020-08-11 16:31:02 -07:00
Syrus
92f8651312
Renamed wasmer_runtime to wasmer_vm
2020-07-07 21:26:06 -07:00
Mark McCaskey
d6b5f99a22
Fix more C API tests
2020-05-18 16:33:08 -07:00
Mark McCaskey
67d7ac0fb3
Address feedback on C-API review
2020-05-08 14:10:08 -07:00
Mark McCaskey
b834714364
Rename runtime-c-api -> c-api
2020-05-08 12:59:44 -07:00