I am trying to build bytebox for a wasm-freestanding target to allow wasm plugin type code inside a wasm app. Disabling the unsupported WASI handlers isn't a problem, but the build fails as zig-stable-array does not support WASM (no virtual memory).
Is this fixable, or is virtual memory essential?
I am trying to build bytebox for a wasm-freestanding target to allow wasm plugin type code inside a wasm app. Disabling the unsupported WASI handlers isn't a problem, but the build fails as zig-stable-array does not support WASM (no virtual memory).
Is this fixable, or is virtual memory essential?