Releases: andykswong/mugl
Releases · andykswong/mugl
v0.3.0
v0.2.2
Bug fixes. Add support for OES_draw_buffers_indexed extension
v0.2.1
Package refactoring and bug fixes
v0.2.0
Added finalization registry to automatically delete unused GPU resources. Upgraded to AssemblyScript 0.20
v0.1.4
Allows better treeshaking and code minification
v0.1.2
- 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);
v0.1.0
- New procedural style API for better code minification
- Added APIs for read/write of GPU buffers and textures based on corresponding WebGPU APIs
- Stabilized WebAssembly interface
- Improved performance of WebAssembly binding
- Fixed several bugs