Files
wazero/internal/wasm
Takeshi Yoneda 20e46a9fdf Complete reference types proposal (#531)
This commit completes the reference-types proposal implementation.

Notably, this adds support for 
* `ref.is_null`, `ref.func`, `ref.is_null` instructions
* `table.get`, `table.set`, `table.grow`, `table.size` and `table.fill` instructions
* `Externref` and `Funcref` types (including invocation via uint64 encoding).

part of #484

Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
2022-05-10 17:56:03 +09:00
..
2022-05-03 11:38:51 +09:00
2022-04-14 16:55:53 +09:00
2022-05-09 14:56:50 +08:00
2022-05-09 14:56:50 +08:00
2022-04-14 16:37:43 +08:00
2022-04-02 06:42:36 +08:00