issues
search
DLR-FT
/
wasm-interpreter
A minimal in-place WebAssembly interpreter, written in Rust, almost without use of external dependencies
https://dlr-ft.github.io/wasm-interpreter/main/
Apache License 2.0
10
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat: elements
#99
nerodesu017
opened
1 day ago
0
feat(ci): Add whitepaper preview
#98
george-cosma
closed
1 day ago
2
fix: adjust width on report page
#97
wucke13
closed
1 week ago
2
CI/CD: add PR preview for whitepaper
#96
george-cosma
closed
1 day ago
0
pinpoint the Rust version in the flake to the blessed one from the requirements
#95
wucke13
opened
1 week ago
0
Tables - RefCell, UnsafeCell or just UNSAFE?
#94
nerodesu017
closed
1 week ago
2
chore: update flake.lock & add whitepaper
#93
wucke13
closed
1 week ago
1
Dev/memory
#92
nerodesu017
closed
1 week ago
2
Direct function invocation without instance
#91
florianhartung
opened
2 months ago
1
fix: make pages_deploy_main.yaml to pull submodules
#90
george-cosma
closed
2 months ago
2
WASM Specification testsuite (mirror)
#89
george-cosma
closed
2 months ago
1
Linker API Changes
#88
george-cosma
closed
2 months ago
2
feat: Linker
#87
george-cosma
opened
2 months ago
2
Handling of invalid instructions during execution
#86
florianhartung
opened
2 months ago
0
ValidationStack documentation
#85
florianhartung
closed
2 months ago
1
Missing documentation for `crate::validation::ValidationStack::assert_val_types(...)`
#84
george-cosma
closed
2 months ago
1
The never-ending Linker problem
#83
george-cosma
opened
2 months ago
2
Documentation: How unreachable changed our validation design
#82
nerodesu017
opened
2 months ago
3
feat: import example implementation
#81
nerodesu017
opened
2 months ago
3
refactor(validation): value- to unified-stack
#80
wucke13
closed
2 months ago
1
feat: conversion op codes
#79
nerodesu017
closed
2 months ago
1
feat: module-level globals
#78
george-cosma
closed
2 months ago
4
feat: i32.sub + tests for i32.sub and i32.add
#77
george-cosma
closed
3 months ago
1
fix: post `VecDeque` -> `Vec` migration issue
#76
wucke13
closed
3 months ago
1
Feature + Test: i64 relational and equality op codes
#75
nerodesu017
closed
3 months ago
1
fix: codecov not counting trace! calls
#74
nerodesu017
closed
3 months ago
1
feat: i32 relational opcodes + tests
#73
nerodesu017
closed
3 months ago
2
add sidetable
#72
wucke13
opened
3 months ago
1
Implement structured control flow (`block`, `loop`, `if``)
#71
wucke13
opened
3 months ago
0
refactor(validation): `VecDeque` -> `Vec`
#70
wucke13
closed
3 months ago
1
feat(core): transactions for the wasm reader
#69
florianhartung
closed
3 months ago
3
implement CALL instruction
#68
wucke13
closed
3 months ago
2
Dev/add msrv
#67
wucke13
closed
3 months ago
2
We need to specify a MSRV
#66
wucke13
closed
3 months ago
0
feat: f64 operations
#65
nerodesu017
closed
3 months ago
1
Should we put a `log::trace!` before every `unwrap_validated()`?
#64
wucke13
opened
3 months ago
3
Implement stack frames for functions on the `Stack` struct
#63
wucke13
closed
3 months ago
0
clean up error
#62
wucke13
closed
3 months ago
1
`instrunctions::run` -> `interpreter_loop::run`; make `interpreter_loop::run` freestanding function
#61
wucke13
closed
3 months ago
1
fix: rework github workflows to use nix
#60
george-cosma
closed
3 months ago
3
Feat/nix workflows
#59
george-cosma
closed
3 months ago
0
Refactor WasmReader
#58
florianhartung
opened
4 months ago
1
Feature + Tests: f32 operations
#57
nerodesu017
closed
3 months ago
3
Dev/wucke13 refactor runtime runner
#56
wucke13
closed
3 months ago
1
Separate RuntimeError and Error
#55
wucke13
closed
3 months ago
1
Convert panics to errors
#54
george-cosma
opened
4 months ago
8
feat: add additional error for multi-byte opcodes
#53
florianhartung
closed
4 months ago
1
Dev/add nix pkg
#52
wucke13
closed
4 months ago
6
feat: refine requirements w/r/t dependencies
#51
wucke13
closed
3 months ago
2
Discussion: float no_std unsupported methods
#50
nerodesu017
opened
4 months ago
8
Next