add #[fce] for CallParameters

This commit is contained in:
vms 2020-09-29 20:35:37 +03:00
parent 23f74d3170
commit c593202ec9

View File

@ -48,6 +48,7 @@ pub fn get_call_parameters() -> CallParameters {
unsafe { get_call_raw_parameters() }
}
#[fce]
#[cfg(target_arch = "wasm32")]
#[link(wasm_import_module = "host")]
#[allow(improper_ctypes)]