mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-30 00:51:34 +00:00
fix windows linking and appveyor build (#166)
This commit is contained in:
@ -4,3 +4,7 @@ use wasmer_runtime_core::error::RuntimeResult;
|
||||
pub fn call_protected<T>(handler_data: &HandlerData, f: impl FnOnce() -> T) -> RuntimeResult<T> {
|
||||
unimplemented!("TODO");
|
||||
}
|
||||
|
||||
pub unsafe fn trigger_trap() -> ! {
|
||||
unimplemented!("TODO");
|
||||
}
|
||||
|
Reference in New Issue
Block a user