Skip to content

Compile a "freestanding" WASM binary #102427

Answered by SingleAccretion
xylobol asked this question in Q&A
Discussion options

You must be logged in to vote

I will add that if you want something truly "freestanding", i. e. no WASI imports in the final binary - you mention "one that doesn't use WASI", this would effectively require creating your own flavor of .NET runtime. It is possible, e. g. https://github.com/MichalStrehovsky/zerosharp, but you will be largely on your own.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@SingleAccretion
Comment options

Answer selected by xylobol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
arch-wasm WebAssembly architecture os-wasi Related to WASI variant of arch-wasm
4 participants