mirror of
https://github.com/fluencelabs/marine-rs-sdk
synced 2025-03-15 14:30:48 +00:00
change wasm to wasm32
This commit is contained in:
parent
6a21c007a2
commit
b90feb4221
@ -40,7 +40,7 @@ impl CallParameters {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(target_arch = "wasm")]
|
#[cfg(target_arch = "wasm32")]
|
||||||
#[fce]
|
#[fce]
|
||||||
#[link(wasm_import_module = "host")]
|
#[link(wasm_import_module = "host")]
|
||||||
#[allow(improper_ctypes)]
|
#[allow(improper_ctypes)]
|
||||||
|
@ -38,7 +38,7 @@ mod logger;
|
|||||||
mod result;
|
mod result;
|
||||||
|
|
||||||
pub use call_parameters::CallParameters;
|
pub use call_parameters::CallParameters;
|
||||||
#[cfg(target_arch = "wasm")]
|
#[cfg(target_arch = "wasm32")]
|
||||||
pub use call_parameters::get_call_parameters;
|
pub use call_parameters::get_call_parameters;
|
||||||
pub use export_allocator::allocate;
|
pub use export_allocator::allocate;
|
||||||
pub use export_allocator::deallocate;
|
pub use export_allocator::deallocate;
|
||||||
|
@ -72,7 +72,7 @@ extern crate fluence_sdk_main;
|
|||||||
|
|
||||||
pub use fluence_sdk_macro::fce;
|
pub use fluence_sdk_macro::fce;
|
||||||
pub use fluence_sdk_main::CallParameters;
|
pub use fluence_sdk_main::CallParameters;
|
||||||
#[cfg(target_arch = "wasm")]
|
#[cfg(target_arch = "wasm32")]
|
||||||
pub use fluence_sdk_main::get_call_parameters;
|
pub use fluence_sdk_main::get_call_parameters;
|
||||||
#[cfg(feature = "logger")]
|
#[cfg(feature = "logger")]
|
||||||
pub use fluence_sdk_main::WasmLogger;
|
pub use fluence_sdk_main::WasmLogger;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user