Skip to content

v0.1.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@andykswong andykswong released this 31 Mar 07:29
· 24 commits to main since this release
  • Fix typings and install error
  • WASM binding is now compatible with WASM/ESM integration. i.e. you can do:
import * as muglWasm from 'mugl/wasm';
import * as exports from './your-module.wasm';
muglWasm.set_context_memory(CONTEXT_ID, exports.memory);