diskfs / go-diskfs

MIT License
494 stars 112 forks source link

add support for the wasm wasip1 build target #208

Closed rgl closed 8 months ago

rgl commented 8 months ago

closes #207

please note that I only tested FAT32 image generation at https://github.com/rgl/go-diskfs-create-fat32-img, which was successfully tested with wasmtime, but fails with wasmer. take a look at that repo github actions workflow results.

deitch commented 8 months ago

Pretty cool.