wasmfx / wasmfxtime

A fork of wasmtime (a fast and secure runtime for WebAssembly) supporting the WasmFX instruction set
https://wasmfx.dev/
Apache License 2.0
19 stars 1 forks source link

Restore continuation table functionality #165

Closed dhil closed 7 months ago

dhil commented 7 months ago

One of the previous merges inadvertently dropped support for certain operations on continuation tables. This patch is a quick fix to restore the functionality by interpreting continuation tables as func tables.

Also, this PR imports the wasmfx-tools patch for subtyping check on cont.new.