mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-17 19:01:20 +00:00
Use build script to run cbinden behind feature flag
This commit is contained in:
@ -5,12 +5,10 @@ use std::os::raw::c_char;
|
||||
use wasmer_runtime::ImportObject;
|
||||
|
||||
#[allow(non_camel_case_types)]
|
||||
#[no_mangle]
|
||||
pub enum wasmer_import_object_t {}
|
||||
pub struct wasmer_import_object_t();
|
||||
|
||||
#[allow(non_camel_case_types)]
|
||||
#[no_mangle]
|
||||
pub enum wasmer_instance_t {}
|
||||
pub struct wasmer_instance_t();
|
||||
|
||||
#[allow(non_camel_case_types)]
|
||||
#[no_mangle]
|
||||
|
Reference in New Issue
Block a user