Logo
Explore Help
Sign In
fluencelabs/assemblyscript
1
0
Fork 0
You've already forked assemblyscript
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-05-08 13:22:16 +00:00
Code Issues Projects Releases Wiki Activity
assemblyscript/tests/compiler/closure.untouched.wat

11 lines
196 B
Plaintext
Raw Normal View History

Progress and a tiny WASM binary parser
2018-04-03 23:56:48 +02:00
(module
Always add a null function at table index zero This allows function references (a table index internally) to be nullable
2018-09-17 01:48:35 +02:00
(type $v (func))
Update Binaryen and take care of WebAssembly/binaryen#1547
2018-05-14 16:55:55 +02:00
(global $HEAP_BASE i32 (i32.const 8))
Always add a null function at table index zero This allows function references (a table index internally) to be nullable
2018-09-17 01:48:35 +02:00
(table 1 1 anyfunc)
(elem (i32.const 0) $null)
Initial external decorator for annotating explicit import names; Use file name as default module name in imports; Emit empty memory if there are no static segments; Update TLSF and examples accordingly
2018-06-28 01:44:32 +02:00
(memory $0 0)
Progress and a tiny WASM binary parser
2018-04-03 23:56:48 +02:00
(export "memory" (memory $0))
Always add a null function at table index zero This allows function references (a table index internally) to be nullable
2018-09-17 01:48:35 +02:00
(func $null (; 0 ;) (type $v)
)
Progress and a tiny WASM binary parser
2018-04-03 23:56:48 +02:00
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 308ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API