Skip to content

Commit 69d1c93

Browse files
committed
prep 0.0.1-prealpha.93
1 parent 9ed762f commit 69d1c93

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Polywrap 0.0.1-prealpha.93
2+
## Breaking Changes
3+
* [PR-986](https://github.com/polywrap/monorepo/pull/986) WRAP build artifacts have been refined:
4+
* Wasm module name changed from `module.wasm` to `wrap.wasm`
5+
* Polywrap manifests are no longer written to build folder (except for project metadata).
6+
* The `wrap.info` is now the primary manifest file describing the wrapper:
7+
* `{ version, type, name, abi }`
8+
* [source](https://github.com/polywrap/monorepo/blob/7fd5b2faad2cb664044edde133d8e068d685d97a/packages/js/manifests/wrap/src/formats/wrap.info/0.0.1.ts)
9+
* encoded as msgpack binary file
10+
* `schema.graphql` remains but will be deprecated for `wrap.info`'s built-in `abi`.
11+
112
# Polywrap 0.0.1-prealpha.92
213
## Features
314
* [PR-1006](https://github.com/polywrap/monorepo/pull/1006/files) `polywrap-wasm-rs`: Add Rust encoder unit tests.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1-prealpha.92
1+
0.0.1-prealpha.93

0 commit comments

Comments
 (0)