mirror of
https://github.com/fluencelabs/marine.git
synced 2025-06-26 05:01:38 +00:00
Remove unsafe from import funcs (#75)
This commit is contained in:
Binary file not shown.
@ -16,6 +16,11 @@
|
||||
|
||||
#[cfg(target_arch = "wasm32")]
|
||||
use fluence::fce;
|
||||
#[cfg(target_arch = "wasm32")]
|
||||
use fluence::module_manifest;
|
||||
|
||||
#[cfg(target_arch = "wasm32")]
|
||||
module_manifest!();
|
||||
|
||||
pub fn main() {}
|
||||
|
||||
|
Reference in New Issue
Block a user