Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen.git
/
refs/heads/parallelize-parse
/
.
/
test
/
ctor-eval
/
global-get-init.wast.out
blob: 519e96dbabdfc658e57953a03751492405cc62a1 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $0
(
func
))
(
export
"test1"
(
func $test1
))
(
func $test1
(
type $0
)
(
nop
)
)
)