An open API service indexing awesome lists of open source software.

https://github.com/igrep/wasm-reference-types-examples

Example codes to introduce WebAssembly Reference Types and for benchmark to compare passing DOM objects as `externref`s with passing via the JS value table
https://github.com/igrep/wasm-reference-types-examples

wasm webassembly

Last synced: about 1 month ago
JSON representation

Example codes to introduce WebAssembly Reference Types and for benchmark to compare passing DOM objects as `externref`s with passing via the JS value table

Awesome Lists containing this project

README

          

# wasm-reference-types-examples

Example codes to introduce [WebAssembly Reference Types](https://github.com/WebAssembly/reference-types/blob/master/proposals/reference-types/Overview.md) and for benchmark to compare passing DOM objects as `externref`s with passing via the JS value table