zware icon indicating copy to clipboard operation
zware copied to clipboard

Zig WebAssembly Runtime Engine

Results 23 zware issues
Sort by recently updated
recently updated
newest added

- [x] https://github.com/malcolmstill/zware/pull/149 - [ ] SIMD

- [x] https://github.com/malcolmstill/foxwren/pull/84 - [x] https://github.com/malcolmstill/foxwren/pull/120 - [x] Fast if https://github.com/malcolmstill/foxwren/pull/132 - Provide a faster `if` instruction for `if` blocks that have no `else` branch - [x] Function-level stack overflow...

gottagofast
tracking

- The idea is rather than potentially perform stack allocation checks for instructions that produce more operands than they consume, calculate the operand stack space requirement for a whole function...

enhancement
gottagofast
idea

- This is another instance of multiple passes over opcodes where I think we can do it in a single pass. - Just removing the calls to that function breaks...

enhancement

- [ ] Naming consistency - [ ] Commented code - [ ] Code tour

- [ ] there are a number of checks that I don't think we need assuming that we've done a validation pass

Figure out how WASI works and implement it.

enhancement
help wanted
good first issue

- https://github.com/WebAssembly/testsuite/commit/e25ae159357c055b3a6fac99043644e208d26d2a - And run sh test/generate.sh # Todo - [ ] Implement `bulk` - [ ] Implement `table`