mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-25 05:37:57 +00:00
add example
This commit is contained in:
+2
-1
@@ -410,7 +410,8 @@ impl Module {
|
||||
Ok(res)
|
||||
}
|
||||
|
||||
fn generate(&self) -> Result<elements::Module, Error> {
|
||||
/// Generate raw format representation.
|
||||
pub fn generate(&self) -> Result<elements::Module, Error> {
|
||||
use self::ImportedOrDeclared::*;
|
||||
|
||||
let mut idx = 0;
|
||||
|
||||
Reference in New Issue
Block a user