mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:37:34 +00:00
![]() This adds very basic support for module instantiation/allocation, as well as a stub for an interpreter (and executions APIs). The 'wasm' utility is further expanded to instantiate, and attempt executing the first non-imported function in the module. Note that as the execution is a stub, the expected result is a zero. Regardless, this will allow future commits to implement the JS WebAssembly API. :^) |
||
---|---|---|
.. | ||
AbstractMachine.cpp | ||
AbstractMachine.h | ||
Configuration.cpp | ||
Configuration.h | ||
Interpreter.cpp | ||
Interpreter.h |