fizzy
fizzy copied to clipboard
Fizzy aims to be a fast, deterministic, and pedantic WebAssembly interpreter written in C++.
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 something like: ```cpp auto instance =...
Some examples we have considered already to restrict: - number of locals and of function parameters (and its effect of indexes for `locals.get/set/tee`) - number of labels See [section 7.2.1...
Dump all inputs for `fizzy::parse()` to a directory to be used as fuzzing corpus.
This might start off as a bit outlandish and redundant considering there is a native webassembly runtime in nearly all Javscript runtimes. Let me explain. To my knowledge, the default...
Closes #544.
Fixes #709.
``` test/unittests/execute_test.cpp:1109:7: error: unexpected token grow.memory, expected ). grow.memory 1 ^^^^^^^^^^^ ``` An error reported by any of the subprocess calls are displayed, but not considered an error currently.
#845 had to skip the bump, because gcc had a regression.