Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
3,115 contributions in the last year
Activity overview
Contribution activity
July 2020
Created a pull request in wasmx/fizzy that received 6 comments
Spectests code coverage
This creates coverage report (same as for unittests) out of spectests execution. It is available as CircleCI artifact. The codecov report can be sp…
+35
−30
•
6
comments
- Rename execution_result -> ExecutionResult
- clang-format: Use Cpp11 to lower requirements
- Implement f32.add
- Value type improvements
- Move instructions implementations to instructions.hpp
- Rename instructions.{hpp,cpp} -> instruction_metrics.{hpp,cpp}
- Introduce Value type for operands
- changelog: Add benchmark results for 0.1 vs 0.2
- Backport fizzy-bench changes from 0.2.0 to 0.1
- Move execute(Module, ...) to execute_helpers.hpp (testutils)
- CI: Test C++20 builds
- Span utility
- Validate block result types
- Validate br_table label types
- test: add test case for failing start function in wasm_engine_test
- New version of execution_result
- Simplify trap handling
- Suggestions made by CLion's analyzer
- Add assertion that at most 1 stack element is returned in execute
- Minimum viable type validation
- Add fizzy-wasi tool
- Add constexpr_vector class
- Add module helper for finding global type
Created an issue in wasmx/fizzy that received 1 comment
Nice function execution API
I think using methods instead of free function may be nicer and will be more JavaScript-like. In particular, for function execution we may have som…
1
comment