Remove unsafe from import funcs (#75)

This commit is contained in:
vms
2021-04-19 13:34:05 +03:00
committed by GitHub
parent 820e292f15
commit c702311595
29 changed files with 88 additions and 89 deletions

View File

@ -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() {}