mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-05 05:56:53 +03:00
d906255cbb
Implements `table.get`, `table.set`, `elem.drop`, `table.size`, and `table.grow`. Also fixes a few issues when generating ref-related spectests. Also changes the `TableInstance` type to use `Vector<Reference>` instead of `Vector<Optional<Reference>>`, because the ability to be null is already encoded in the `Reference` type. |
||
---|---|---|
.. | ||
Instance.cpp | ||
Instance.h | ||
Instance.idl | ||
Memory.cpp | ||
Memory.h | ||
Memory.idl | ||
Module.cpp | ||
Module.h | ||
Module.idl | ||
Table.cpp | ||
Table.h | ||
Table.idl | ||
WebAssembly.cpp | ||
WebAssembly.h | ||
WebAssembly.idl |