fritzbauer

Results 6 issues of fritzbauer

The code in https://github.com/wasmerio/wasmer-js/blob/master/packages/wasi/src/bindings/browser.ts#L21 `path: path,` gets transpiled to: `path: path_browserify_1.default,` However, there is no export "default" in the path-browserify module. Therefore the path binding will be undefined and the...

### Issue When using a small SRAM of 2048 bytes it is not possible to boot from SD card. The boot process will just get stuck without any error output....

software-bug
bug?

It took me quite some time to figure out how the I2S core S7I2S is supposed to be used. The current documentation only tells to read the fifo, however no...

## Issue 2 Months ago many of the "compat" classes were removed from amaranth with this commit: https://github.com/amaranth-lang/amaranth/commit/9d4ffab104a048c7b551d66506761e3397b4ce48 Therefore, the audio interface is failing to build with various places still...

I was facing the following issues when using the [hello-world example](https://github.com/wasmerio/docs.wasmer.io/tree/master/integrations/js/wasi/browser/examples/hello-world): * The index.html is not loading correctly in chrome, because `type="module" `is not specified in the tag. * When...

Please find my draft PR. Comments and refactoring still outstanding. Should be working as WASM in the browser if you compile it with environment variables set GOOS="js" and GOARCH="wasm". The...