Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/unassert
/
.
/
test
/
passes
/
post-emscripten_pass-arg=stack-pointer@1234.wast
blob: c96bbf4f9ebb9b0eca795e39b5e5200e24803cef [
file
] [
log
] [
blame
] [
edit
]
(
module
(
import
"env"
"not_stack"
(
global
i32
))
(
global
$should_be_stack_pointer
(
mut i32
)
(
i32
.
const
2
))
)