issues
search
malcolmstill
/
zware
Zig WebAssembly Runtime Engine
MIT License
293
stars
10
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix a few unsigned/signed readI/ULEB mismatches
#232
marler8997
closed
1 month ago
2
add zware-run to run wasm binaries from the command-line
#231
marler8997
closed
1 month ago
3
Needed performance benchmark
#230
solenopsys
opened
4 months ago
0
WASM-GC
#229
mnemnion
opened
4 months ago
2
leverage build.zig.zon to download WebAssembly testsuite
#228
marler8997
closed
5 months ago
1
remove testsuite-generated from source control
#227
marler8997
closed
5 months ago
4
separate module decoding state/methods into their own struct
#226
marler8997
closed
5 months ago
1
use std.Build.path for 0.13.0 compatibility
#225
marler8997
closed
5 months ago
1
Update WASI to 0.12.0
#224
mgord9518
closed
5 months ago
1
`CheckStackSize` error with default `operand_stack_size`
#223
mgord9518
opened
6 months ago
3
A little help about passing string back and forth
#222
jeromepin
opened
6 months ago
5
Updated for 0.12
#220
tgschultz
closed
7 months ago
3
Update to zig 0.12
#219
malcolmstill
closed
6 months ago
0
How to compile zig code to wasm and run it with zware ?
#218
acodervic
opened
1 year ago
15
run CI on windows and macos as well
#217
marler8997
closed
1 year ago
1
use zig build system for testing
#216
marler8997
closed
1 year ago
1
Implement a small amount more of the wasi functions
#215
joshua-software-dev
closed
1 year ago
1
Fix not compiling on 0.12 dev version
#214
joshua-software-dev
closed
1 year ago
1
Full direct threaded inline immediates
#213
malcolmstill
opened
1 year ago
0
Full direct threaded with immediates array
#212
malcolmstill
closed
1 year ago
1
Patch call to fast_call
#211
malcolmstill
opened
1 year ago
0
Does it run doom?
#210
malcolmstill
closed
1 year ago
0
Try creating a module
#209
malcolmstill
closed
1 year ago
0
Add build.zig.zon
#208
malcolmstill
closed
1 year ago
0
Remove need for bash scripts
#207
malcolmstill
closed
1 year ago
1
wasi: define wasi implementations + zware-gen uses these definitions
#206
malcolmstill
closed
1 year ago
0
zware-gen: Also generate pushes for results
#205
malcolmstill
closed
1 year ago
0
zware-gen: Improve interface
#204
malcolmstill
closed
1 year ago
0
Move test/generate_interface to tools/zware-gen
#203
malcolmstill
closed
1 year ago
0
More helpers
#202
malcolmstill
closed
1 year ago
0
Fix `Store` deinit
#201
malcolmstill
closed
1 year ago
0
Remove trailing commas
#200
malcolmstill
closed
1 year ago
0
Generate wrappers for invoking wasm functions
#199
malcolmstill
closed
1 year ago
0
generate interface: zware prefix for ValType + VirtualMachine + WasmError
#198
malcolmstill
closed
1 year ago
0
Add a generate_interface program
#197
malcolmstill
closed
1 year ago
0
Add addHostFunction as suggested by @TUSF
#196
malcolmstill
closed
1 year ago
0
Fix fib example
#195
malcolmstill
closed
1 year ago
0
Run action on pull_request
#194
malcolmstill
closed
1 year ago
0
Fast memory.fill and memory.copy
#193
malcolmstill
closed
1 year ago
0
Flatten memory
#192
malcolmstill
closed
1 year ago
0
Revert "Expose Label and Frame (#188)"
#191
malcolmstill
closed
1 year ago
0
fixes for compatibility with zig 0.11.0
#190
radarroark
closed
1 year ago
10
Inline immediates
#189
malcolmstill
opened
1 year ago
0
Expose Label and Frame
#188
malcolmstill
closed
1 year ago
0
Rewrite memory so that it is single slice of bytes rather than slices of bytes
#187
malcolmstill
closed
1 year ago
1
Dispatch directly with function pointer address instead of lookup through table
#186
malcolmstill
opened
1 year ago
0
An example of how to provide import functions?
#185
TUSF
opened
1 year ago
10
No idea if what multiplier to use, but let's opt for 32
#184
malcolmstill
closed
2 years ago
0
Zig 0.10.0
#183
malcolmstill
closed
2 years ago
0
Add interface program that prints imports and exports
#182
malcolmstill
closed
2 years ago
0
Next