mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 05:50:49 +00:00
4.9 KiB
4.9 KiB
Changelog
- The following workspace dependencies were updated
- dependencies
- marine-it-interfaces bumped from 0.7.3 to 0.8.0
- marine-module-interface bumped from 0.6.1 to 0.7.0
- marine-utils bumped from 0.4.0 to 0.5.0
- marine-min-it-version bumped from 0.2.1 to 0.3.0
- it-json-serde bumped from 0.3.5 to 0.4.0
- dependencies
0.7.2 (2023-08-04)
Features
0.7.0 (2023-08-03)
⚠ BREAKING CHANGES
- marine-js: update register_module interface to vastly improve performance (#354)
Features
0.6.0 (2023-08-02)
⚠ BREAKING CHANGES
Features
- marine-js: Export wasm file from package.json (#353) (49a095a)
- marine-js: support call parameters (#351) (456521b)
0.5.0 (2023-07-25)
⚠ BREAKING CHANGES
- marine-js: replace old marine-js with common marine-runtime + backend traits impl for JS (#332)
Features
- marine-js: replace old marine-js with common marine-runtime + backend traits impl for JS (#332) (a61ddfc)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- marine-js-backend bumped from 0.1.0 to 0.1.1
- dependencies
0.4.1 (2023-04-04)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- marine-it-interfaces bumped from 0.8.0 to 0.8.1
- marine-module-interface bumped from 0.7.0 to 0.7.1
- it-json-serde bumped from 0.4.0 to 0.4.1
- dependencies
0.4.0 (2023-03-14)
⚠ BREAKING CHANGES
- decouple wasmer from Marine, replace it with generic backend interface (#219)