The Lime1 virtual Wasm CPU is supported in LLVM 20, which is in wasi-sdk 26+. Enable it with -mcpu=lime1.
Lime1 is a stable subset of WebAssembly, meant for users that want a fixed feature set to target that's more up to date than "MVP".
github.com/WebAssembly/...
Posts by
7 months ago
2
1
0
0
New in LLVM 20.1.0, the #Wasm backend now supports the new stable Lime1 virtual CPU. Enable it with the -mcpu=lime1 flag!
Lime1 is a stable target that won't add features over time. Read more at:
github.com/WebAssembly/...
1 year ago
1
0
0
0