Releases: chances/wasmer-d
Releases · chances/wasmer-d
v0.2.0
v0.1.0
Pre-Alpha 4
Highlights
- Import a D function callback into instantiated WebAssembly modules.
- Improve documentation, ensuring all classes are documented. References to the WebAssembly specification were added where applicable.
Changelog
Additions
- Add
Engine.jit
andEngine.native
factory functions - Add
Module.instantiate
shortcut function - Add
Module.serialize
andModule.deserialize
functions - Add
Module.validate
static function - Add
CallbackWithDelegate
wrapper for D delegates called from WASM code - Add generic
Function
constructor - Add import D function usage example
Changes
- Improve
Store
,Extern
andTrap
docs
Pre-Alpha 3
- Add
Memory
managed handle - Add
Extern.name
andExtern.kind
properties - Add
Callback
andCallbackWithEnv
function aliases - Add
Function.asExtern
property - Add
Trap
managed handle
Pre-Alpha 2
Implement bones of the idiomatic D wrapper.
Pre-Alpha 1
v0.1.0-alpha.1 Update badges and usage instructions