Migrate from inline-c to wasmer-inline-c

This commit is contained in:
Felix Schütt
2022-09-15 11:59:07 +02:00
parent ada5810b25
commit 7e0a3b5cd6
21 changed files with 70 additions and 66 deletions

View File

@@ -12,7 +12,7 @@ use std::str;
/// # Example
///
/// ```rust
/// # use inline_c::assert_c;
/// # use wasmer_inline_c::assert_c;
/// # fn main() {
/// # (assert_c! {
/// # #include "tests/wasmer.h"
@@ -79,7 +79,7 @@ pub unsafe extern "C" fn wasmer_module_name(
/// # Example
///
/// ```rust
/// # use inline_c::assert_c;
/// # use wasmer_inline_c::assert_c;
/// # fn main() {
/// # (assert_c! {
/// # #include "tests/wasmer.h"