Releases: RyanLamansky/dotnet-webassembly
v0.3.4-preview
Milestone release; this is the first build shown to be able to process simple WASMs generated from C code.
v0.3.2-preview
Incremental update that includes numerous minor improvements since the last release.
v0.3.1-preview
Milestone update: all sections are at least partially supported by the compiler. Known gaps in this regard follow:
- The following export types are not supported: Table, Global.
- The following import types are not supported: Table, Global, Memory.
v0.3.0-preview
Milestone update: all "MVP" WebAssembly instructions are supported 🎉
v0.2.4-preview
Many additional instructions are supported by the compiler, most notably get_global
, set_global
, and load instructions for all types.
v0.2.3-preview
Many additional instructions are supported by the compiler, most notably call_indirect
. With this release, more instructions are supported by the compiler than not 🎉
v0.2.2-preview
Many additional instructions are supported by the compiler.
v0.2.0-preview
The compiler is starting to be able to handle realistic programs. Most 32-bit integer operations are supported, as well as all branching structures.
v0.1.0-preview
Creation, reading, modification, and writing is working well. Compilation is extremely limited.