@wasmer/wasi
Advanced tools
Changelog
0.7.0 (2024-08-06)
Wasmer
type as output of created packages, update tests (21c8ff8)webc
(9b256b2)Changelog
0.6.0 (2023-12-21)
@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
.@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)Changelog
0.5.0 (2023-12-13)
Wasmer.fromWebc()
to Wasmer.fromFile()
Output.stdoutUtf8
and friends to make the more common use case shorter@wasmer/sdk
will now use the smaller, non-embedded bundle by default
*.js
file on startup@wasmer/sdk/dist/WasmerSDKBundled.js
if they want the old behavioursetWorkerUrl()
to point at wasmer_js_bg.wasm
Output.stdoutUtf8
and friends to make the more common use case shorter (f94cc58)dist/WasmerSDKBundled.*
files which embed the compiled Rust code as a base64 string as well as dist/WasmerSDK.*
files which load the Rust code from the server as a *.wasm
binary at runtime (75c4bf1)@wasmer/sdk
will now use the smaller, non-embedded bundle by default (75c4bf1)@wasmer/sdk
package is loaded outside of a Cross-Origin Isolated context (4dc5799)error
level so they get printed by default (c5decb5)@wasmer/sdk
under the name, WasmerSDK
, rather than Library
(d34bb7a)