mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-07-03 09:17:22 +00:00
Don't externalize setTempRet0
It is not longer needed, as we stopped to do legalization for JS FFI.
This commit is contained in:
@@ -6,7 +6,6 @@ extern crate byteorder;
|
||||
|
||||
pub static CREATE_SYMBOL: &'static str = "_create";
|
||||
pub static CALL_SYMBOL: &'static str = "_call";
|
||||
pub static SET_TEMP_RET_SYMBOL: &'static str = "setTempRet0";
|
||||
|
||||
pub mod rules;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user