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
- Host: GitHub
- URL: https://github.com/igrep/wasm-reference-types-examples
- Owner: igrep
- License: mit
- Created: 2021-11-05T00:55:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-12T00:59:19.000Z (over 4 years ago)
- Last Synced: 2026-01-29T21:14:14.076Z (4 months ago)
- Topics: wasm, webassembly
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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