Skip to content

Releases: chances/wasmer-d

v0.2.0

09 Jan 07:02
Compare
Choose a tag to compare

Changelog

Changes

v0.1.0

06 Jan 01:26
Compare
Choose a tag to compare

See https://github.com/chances/wasmer-d/releases/tag/v0.1.0-alpha.4.


A pre-release alpha is an oxymoron. 😣️

Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.

Pre-Alpha 4

27 Dec 07:16
Compare
Choose a tag to compare
Pre-Alpha 4 Pre-release
Pre-release

Highlights

Changelog

Additions

  • Add Engine.jit and Engine.native factory functions
  • Add Module.instantiate shortcut function
  • Add Module.serialize and Module.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 and Trap docs

Pre-Alpha 3

26 Dec 06:17
Compare
Choose a tag to compare
Pre-Alpha 3 Pre-release
Pre-release
  • Add Memory managed handle
  • Add Extern.name and Extern.kind properties
  • Add Callback and CallbackWithEnv function aliases
  • Add Function.asExtern property
  • Add Trap managed handle

Pre-Alpha 2

25 Dec 04:43
Compare
Choose a tag to compare
Pre-Alpha 2 Pre-release
Pre-release

Implement bones of the idiomatic D wrapper.

Pre-Alpha 1

23 Dec 23:37
Compare
Choose a tag to compare
Pre-Alpha 1 Pre-release
Pre-release
v0.1.0-alpha.1

Update badges and usage instructions