Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (27 loc) · 1 KB

README.md

File metadata and controls

37 lines (27 loc) · 1 KB

WASM Test

Tests

  • src/test-as.js: NodeJS generic test, uses assembly/as.ts compiled to assembly/as.wasm
  • src/test-wasi.js: NodeJS WASI interface test, uses assembly/wasi.ts compiled to assembly/wasi.wasm
  • src/test-browser.js: Browser generic test, uses assembly/as.ts compiled to assembly/as.wasm

Notes

Use npm build to build WASM binaries from sources in /assembly Use npm dev to start HTTP/HTTPS dev server for browser tests

Work so far

  • Unified build pipeline
  • SIMD detection and support
  • WASI interface
  • Strings
  • Arrays
  • Callbacks
  • Shared memory
  • Browser & NodeJS unified WASM

References

Interesting