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

vladmandic/wasm-assemblyscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

WASM experiments using AssemblyScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published