Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/multi-split
/
.
/
test
/
ctor-eval
/
global-get-init.wast.out
blob: ad0110039995563f1c8630c57dbdd6944f782adf [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $none_
=>
_none
(
func
))
(
export
"test1"
(
func $test1
))
(
func $test1
(
nop
)
)
)