assemblyscript/tests/compiler/valueof.optimized.wat
2019-06-15 22:44:48 +02:00

10 lines
241 B
Plaintext

(module
(type $FUNCSIG$v (func))
(memory $0 1)
(data (i32.const 8) "\14\00\00\00\01\00\00\00\01\00\00\00\14\00\00\00v\00a\00l\00u\00e\00o\00f\00.\00t\00s")
(export "memory" (memory $0))
(func $start (; 0 ;) (type $FUNCSIG$v)
nop
)
)