Skip to content

Polywrap Origin (0.11.4)

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 18:46
· 62 commits to origin-dev since this release
c8e6d68

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
  • 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

Bugs

polywrap-wasm-rs

  • PR-1887 Bump MsgPack Serde Version

@polywrap/schema-bind

  • PR-1891 Fix Various Golang -> Wrap Bindings