How do you run .wasm bundles built with Wasi.Sdk in the browser?
kevinbarabash opened this issue · 0 comments
kevinbarabash commented
@SteveSandersonMS I was watching https://www.youtube.com/watch?v=gKX-cdqnb8I and the second example shows server code running inside the browser using a single .wasm file. Since it was built with Wasm.Sdk and browsers don't support WASI, did you shim the WASI API somehow?