Wasm Builders 🧱

Discussion on: Welcome to Wasm Builders!

Collapse
 
gitaaron profile image
Aaron Surty

Thanks for starting this group! Does anyone have any nice resources on getting 'native' applications (ie/ interact's with the host OS filesystem or makes other c/c++ system calls) to work in a browser environment? In particular I am curious if there are any mature c/c++ libraries out there to provide glue of the filesystem to local storage and that I could make use of from a Rust or Go application?
For context - I tried getting Hugo to run in the browser and failed miserably because there were underlying c/c++ system calls that were not getting linked.