Pre-Alpha 4
Pre-release
Pre-release
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