Renamed wasmer_wasm.h to wasmer.h

This commit is contained in:
Syrus Akbary
2021-06-01 21:47:37 -07:00
parent 976d023bd1
commit b520a5f58a
48 changed files with 1140 additions and 1002 deletions

View File

@@ -13,7 +13,7 @@
//! # use inline_c::assert_c;
//! # fn main() {
//! # (assert_c! {
//! # #include "tests/wasmer_wasm.h"
//! # #include "tests/wasmer.h"
//! #
//! int main() {
//! // Create an invalid WebAssembly module from a WAT definition,