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

@@ -16,7 +16,7 @@ use std::sync::Arc;
/// # use inline_c::assert_c;
/// # fn main() {
/// # (assert_c! {
/// # #include "tests/wasmer_wasm.h"
/// # #include "tests/wasmer.h"
/// #
/// int main() {
/// // Create the engine and the store.
@@ -83,7 +83,7 @@ pub unsafe extern "C" fn wasmer_module_name(
/// # use inline_c::assert_c;
/// # fn main() {
/// # (assert_c! {
/// # #include "tests/wasmer_wasm.h"
/// # #include "tests/wasmer.h"
/// #
/// int main() {
/// // Create the engine and the store.