mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-12 10:01:12 +00:00
Teach stack limiter to handle start fn
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
(module
|
||||
(import "env" "ext_return" (func $ext_return (param i32 i32)))
|
||||
(import "env" "memory" (memory 1 1))
|
||||
|
||||
(start $start)
|
||||
(func $start (export "exported_start")
|
||||
(local i32)
|
||||
)
|
||||
(func (export "call")
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user