v0.1.2
Pre-release
Pre-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);