issues
search
go-interpreter
/
wagon
wagon, a WebAssembly-based Go interpreter, for Go.
BSD 3-Clause "New" or "Revised" License
903
stars
148
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
calculate number of imported funcs
#193
zhangzhiqiangcs
closed
4 years ago
1
meta: new maintainer/champion for wagon
#192
sbinet
opened
4 years ago
1
ci: drop Go-1.12, add Go-1.14
#191
sbinet
closed
4 years ago
1
wasm: functions in FunctionIndexSpace include wrong contents
#190
hajimehoshi
opened
4 years ago
2
wasm: use io.ReadFull instead of Read
#189
hajimehoshi
closed
4 years ago
2
io.ReadFull should be used at ReadByte
#188
hajimehoshi
closed
4 years ago
0
LocalNames and NameMap's Marshal Function Bug Fix
#187
zhangzhiqiangcs
closed
4 years ago
7
exec: fix div instruction
#186
laizy
closed
4 years ago
5
wasm-run: execute expressions from argv
#185
ktye
opened
4 years ago
0
Fix shift instructions
#184
zxh0
closed
1 month ago
4
Can I get a unexported function's name in wasm module?
#183
zhangzhiqiangcs
closed
4 years ago
2
Fix copysign bug
#182
zxh0
closed
4 years ago
3
Per-VM Host Resources?
#181
cdcarter
closed
4 years ago
1
Issue 179
#180
sbinet
closed
4 years ago
1
Build failed on 32b
#179
icexin
closed
4 years ago
1
Fix type conversion panic for host-provided funcs
#178
ericflo
opened
5 years ago
3
想要终止程序执行,只需要吧vm的abort设置为true就可以了么?
#177
phantom-rabbit
opened
5 years ago
2
leb128:add ReadVarUint64 function and fix overflow corner case
#176
laizy
closed
5 years ago
1
Read leb128 fail when trying to read 64 bit of small number
#175
anhcao142
closed
5 years ago
5
Improve validation for ELSE blocks, fixes #173
#174
twitchyliquid64
closed
5 years ago
1
new validation refer to spec have multi bugs
#173
carltraveler
closed
5 years ago
5
Expose access to Ops to avoid stringly typing downstream
#172
silasdavis
opened
5 years ago
4
Memory
#171
bchain618
closed
5 years ago
0
Import Table
#170
sampaioletti
opened
5 years ago
1
Disable codecov failing PR checks
#169
twitchyliquid64
closed
5 years ago
2
Release wagon v0.6.0 plz
#168
twitchyliquid64
closed
5 years ago
1
Implement handling of divide by zero in amd64 backend
#167
twitchyliquid64
closed
5 years ago
1
Fixes panic on terminate for return values
#166
meyer9
closed
5 years ago
5
Test Suite Failing on Go1.12.7 windows/amd64
#165
sampaioletti
closed
5 years ago
10
Initialize imported module
#164
sampaioletti
opened
5 years ago
5
Implement emscripten libc environment
#163
sampaioletti
opened
5 years ago
2
Abstract/Separate Platform Specific Code
#162
sampaioletti
opened
5 years ago
1
Test suite & fixes for validate package
#161
twitchyliquid64
closed
5 years ago
4
Refactor validate module to use spec-defined algorithm #143
#160
twitchyliquid64
closed
5 years ago
1
fintune exec module code. and else/end opcode should not discard any …
#159
carltraveler
closed
5 years ago
4
add validate refer to wasm spec
#158
carltraveler
closed
5 years ago
3
end/else will discard the elements to restore stack height. however spec only define br relate opcode do that operaton
#157
carltraveler
closed
5 years ago
4
validate/disasm: fix call_indirect and some reserved value checking
#156
laizy
closed
5 years ago
1
wasm: fix leb128 decoding
#155
laizy
closed
5 years ago
2
wasm: fix leb128 decoding
#154
laizy
closed
5 years ago
0
wasm: checks names are valid utf-8 string
#153
laizy
closed
5 years ago
1
wasm: fix types decoding
#152
laizy
closed
5 years ago
1
wasm: check sections order
#151
laizy
closed
5 years ago
1
wasm: fix index out of range panic
#150
laizy
closed
5 years ago
2
exec: expose memory size to Process
#149
laizy
closed
5 years ago
1
wasm: fix arbitrary memory allocation attack
#148
laizy
closed
5 years ago
2
Denial of Service via Arbitrary Allocation
#147
laizy
closed
5 years ago
2
wasm: fix infinite recursion in DuplicateExportError.Error
#146
laizy
closed
5 years ago
1
names used in wasm import/export/module etc need to be valid utf-8 string
#145
laizy
closed
5 years ago
0
function DecodeModule implementation is not consistent with the wasm specification
#144
laizy
closed
5 years ago
0
Next