Pinned
2,289 contributions in the last year
Less
More
Activity overview
Contribution activity
February 2021
Created 45 commits in 4 repositories
Created a pull request in wasmx/fizzy that received 5 comments
Introduce ThreadContext instead of execution depth
Replace depth param in execute() functions with ThreadContext&. The ThreadContext encapsulates the depth control from now on and is extensible. In …
+248
−175
•
5
comments
Opened 14 other pull requests in 4 repositories
wasmx/fizzy
6
merged
1
open
chfast/intx
3
merged
2
open
ethereum/evmone
1
merged
torquem-ch/silkworm
1
closed
Reviewed 29 pull requests in 6 repositories
wasmx/fizzy 23 pull requests
- test: Refactor translate_signature in wasm_engine
- test: add combined wasm_engine test with imports and start function
- Update wasm3 to newer version
- Improve exception handling in memory.grow
- refactor: ExecuteFunction without std::function
- WASI testing
- Update changelog
- ci: Update spectests branch
- Upgrade Hunter to get newer nlohmann_json
- rust: use specific error for traps in execute
- rust: support memory manipulation
- test: Empty memory support
- rust: remove obsolete bindgen commands
- rust: add example code and mention in the readme
- rust: fix misuse of Vec where std::slice should be used and add tests for missing coverage
- rust: support cloning Modules
- rust: add typed value and execution result
- test: Unit test for CResult matcher
- rust: Add missing test coverage
- ci: add Rust coverage job
- api: Add some missing struct member documentation
- Support Rust files in wat2wasm4cpp.py script
- Use countl_zero/countr_zero from C++20 if available
ethereum/evmc 2 pull requests
chfast/intx 1 pull request
torquem-ch/silkworm 1 pull request
ethereum/evmone 1 pull request
imapp-pl/gas-cost-estimator 1 pull request
Created an issue in WebAssembly/wasm-c-api that received 2 comments
Embedding multiple engines implementing wasm C API
Hi there, Is there any practical way of building a binary containing multiple different wasm engines which all implement the WebAssembly C API?
2
comments