What's Changed
- WAT: Fix lexing of block comments by @kateinoigakukun in #165
- Minimal SIMD types support by @kateinoigakukun in #166
- Docs: runtime -> store doc update by @iainsmith in #167
- WasmParser: Fix result type index parsing to use 33-bit signed leb128 by @kateinoigakukun in #169
- WasmParser/WAT: Add support for the tail-call proposal by @kateinoigakukun in #170
- Add execution support for the tail-call proposal by @kateinoigakukun in #171
- Add entrypoint for WASI reactor initialization by @kateinoigakukun in #173
- CLI: Use
.captureForPassthrough
forRun
command arguments by @kateinoigakukun in #175 - CMake: Support building the WAT module by @kateinoigakukun in #176
- CI: Update Windows toolchain to Swift 6.0.3 by @kateinoigakukun in #177
New Contributors
- @iainsmith made their first contribution in #167
Full Changelog: 0.1.3...0.1.4