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.jitandEngine.nativefactory functions - Add
Module.instantiateshortcut function - Add
Module.serializeandModule.deserializefunctions - Add
Module.validatestatic function - Add
CallbackWithDelegatewrapper for D delegates called from WASM code - Add generic
Functionconstructor - Add import D function usage example
Changes
- Improve
Store,ExternandTrapdocs
Pre-Alpha 3
- Add
Memorymanaged handle - Add
Extern.nameandExtern.kindproperties - Add
CallbackandCallbackWithEnvfunction aliases - Add
Function.asExternproperty - Add
Trapmanaged handle
Pre-Alpha 2
Implement bones of the idiomatic D wrapper.
Pre-Alpha 1
v0.1.0-alpha.1 Update badges and usage instructions