Difference between revisions of "WebAssembly"

From Lazarus wiki
Jump to navigationJump to search
(Created page with "==See Also== * https://rsms.me/wasm-intro Category:WebAssembly")
 
Line 1: Line 1:
 
==See Also==
 
==See Also==
* https://rsms.me/wasm-intro
+
* https://webassembly.org/ - the official site
 +
* https://webassembly.github.io/spec/core/text/index.html - text format (S-Expression) specs
 +
* https://webassembly.github.io/spec/core/binary/index.html - binary format specs
 +
* https://rsms.me/wasm-intro - introduction to webassembly
 
[[Category:WebAssembly]]
 
[[Category:WebAssembly]]

Revision as of 14:00, 30 August 2019

See Also