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

@@ -99,7 +99,7 @@ pub unsafe extern "C" fn wasm_instance_delete(_instance: Option<Box<wasm_instanc
/// # 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.
@@ -201,7 +201,7 @@ mod tests {
#[test]
fn test_instance_new() {
(assert_c! {
#include "tests/wasmer_wasm.h"
#include "tests/wasmer.h"
// The `sum` host function implementation.
wasm_trap_t* sum_callback(