mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-05 04:08:20 +00:00
Migrate from inline-c to wasmer-inline-c
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user