wasm-zig icon indicating copy to clipboard operation
wasm-zig copied to clipboard

Common Wasm runtime binding to C API

Results 2 wasm-zig issues
Sort by recently updated
recently updated
newest added

It looks like `Func.call` can only be called with `comptime` known values. I'm not sure if this was missed because all the examples only use literals, or if the semantic...