You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create Native Executables from Wasm… now including Windows!
As reviewed in previous blog posts, we revamped the create-exe subcommand in Wasmer.
Wasmer can now turn a WebAssembly file into a native Windows, Linux or Mac OS executable. This enables distributing executables to users, without requiring them to install Wasmer themselfes.
This functionality is implemented on top of Zig's cross compilation abilities.
You can learn more about how create-exe works here:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
原文 Announcing Wasmer 3.0
引用
具体可以看下 https://wasmer.io/posts/wasm-as-universal-binary-format-part-1-native-executables
Beta Was this translation helpful? Give feedback.
All reactions