Posts
Members
Info
What is the name of the schema for wasi_snapshot_preview1?
Wasmer runs modules with wasi_snapshot_preview1 imports without issues. Unfortunately, it is NOT possible to publish such modules via wapm, since the only known schema is for wasi_unstable.
0
2
Publishing a .wasm with WASI to WAPM -
Hi guys! Let me start off by saying I absolutely love this project, and I think this is the future. I've been working on a new data format (called Atomic Data) and some tooling written in Rust to support it (Library, CLI, Server), you can see it here. I want to provide users…
1
2
Golang WASM file and imports
Hi I have golang WASM file that needs a golang provided "wasm_exec.js" to work with nodeJS. I think golang is a bit diffrent with regards to WASM. Is there a way to deal with this. This is what I'm currently seeing:
1
1
How does wapm upload work ? And how would data persistence work ?
Wapm upload ? So I tried going through the source but I can't seem to find where wapm upload command is implemented. What I gathered …
0
2