Skip to content

wasmer-sdk: v0.6.0

Latest
Compare
Choose a tag to compare
@Michael-F-Bryan Michael-F-Bryan released this 21 Dec 17:10
9435497

0.6.0 (2023-12-21)

⚠ BREAKING CHANGES

  • The @wasmer/sdk Runtime has removed the limit on the maximum number of worker threads it is allowed to spawn. The corresponding poolSize option has been removed from RuntimeOptions.
  • Changed the package.json so importing @wasmer/sdk will pull in the version with wasmer_js_bg.wasm embedded as a base64 string, by default

Features

  • The @wasmer/sdk Runtime has removed the limit on the maximum number of worker threads it is allowed to spawn. The corresponding poolSize option has been removed from RuntimeOptions. (d5da4ea)

Bug Fixes

  • Bump the wasmer dependency to pick up wasmerio/wasmer#4366 (c3c5a5d)
  • Changed the package.json so importing @wasmer/sdk will pull in the version with wasmer_js_bg.wasm embedded as a base64 string, by default (0c850a5)