Releases: bytecodealliance/javy
Releases · bytecodealliance/javy
v0.4.0
v0.3.0
What's Changed
- Add version to dependency by @jeffcharles in #91
- Add instructions to README for using crate and publishing by @jeffcharles in #93
- Move release profile settings to workspace Cargo.toml by @jeffcharles in #96
- Breaking Add JSON support to quickjs-wasm-rs and CLI by @jbourassa in #98
Javy's core Wasm now uses JSON instead of msgpack for its input/output.
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- Extract serialization into separate crate by @jeffcharles in #81
- Make serde code private to crate by @jeffcharles in #85
- Add README and some cargo fields for quickjs-wasm-rs by @jeffcharles in #84
- Add some release instructions to the readme by @jianghong in #86
- Include quickjs-wasm-rs tests in Makefile by @jeffcharles in #90
- Flush to stdout in engine.store by @jianghong in #89
- Send console.log and console.error to stderr by @jianghong in #88
Full Changelog: v0.2.0...v0.2.1
v0.2.0
v0.1.0
fix: Set right content type