Provide wasm-tools APIs in the browser
Since Jco exposes the wasm-tools APIs, it would be nice for the browser build of Jco to also expose these APIs properly.
One possibility that might be able to help smoth this is to use the wasm32-unknown-unknown compilation target. That avoids importing WASI APIs at the cost of having to maybe work around some minor issues in the standard library (e.g. manually avoiding std::time, filesystems, etc)
It would be great to have support for isomorphic api, so that they can be executed on both nodejs and web at the same time.
I did a simple test, wasm-tools has better performance than wabt, good job https://github.com/ahaoboy/wasm-tools-wasm-demo