mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-06-30 15:01:39 +00:00
test for pack added
This commit is contained in:
@ -6,6 +6,7 @@ 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