Polywrap Origin (0.11.4)
github-actions
released this
07 Sep 18:46
·
62 commits
to origin-dev
since this release
Polywrap Origin (0.11.4)
Features
polywrap
CLI:
- PR-1888 Build Wraps Using TypeScript
- Create TypeScript wrap projects via
polywrap create wasm typescript my-wrap
- Create TypeScript wrap projects via
- PR-1879 + PR-1889 Standalone Binary Installer
- The
polywrap
CLI can now be installed via a standalone binary. - An
install.sh
script can now be found at the root of the repository. Usage:$ sh <(curl https://raw.githubusercontent.com/polywrap/cli/origin-dev/install.sh) # Installs to `~/.polywrap` # If polywrap is already installed, the script instead checks for updates
- The
Bugs
polywrap-wasm-rs
- PR-1887 Bump MsgPack Serde Version
@polywrap/schema-bind
- PR-1891 Fix Various Golang -> Wrap Bindings