wasmer-pack
wasmer-pack copied to clipboard
Right now we are using `await fs.readFile` for reading the modules content. However, that API will never work in a browser. We need to move back to the `new URL(base,...
At the moment, `wasmer-pack` completely ignores volumes in the `*.webc` file you are generating code for. That means things like the `python` CLI won't work because they don't have access...
## Description adds this to the top of each js file template: ```js "use strict"; ``` ## Context commonjs modules are NOT in strict mode by default. they need a...
### Context and Problem Statement It would be great if this could support generating a Go package that would easily allow usage of WASM across the Go ecosystem ### Suggested...
### Context and Problem Statement It would be great if we could generate a JVM package from WASM to allow for more targets supported from WASMER Pack ### Suggested Solution...
### What happened? Hi. I'm trying to use wapm and wasm-bindgen to create js/python bindings for a library i'm writing, and _it works in node.js_, but when i try to...
## Description Current state: `package.json` (for javascript projects) and `pyptoject.toml` (for python projects) don't have a `description` field. This PR adds the field to those files. _Note: I added a...
Hello, I had a bit of hard time to understand the use of functions from the host from a wasm module, and how to implement them on the host side...
## Description This updates the way we invoke `yarn` to run the equivalent of `sh -c "yarn jest"` instead of `sh -c "yarn" "jest"`. The latter version seems to be...
### What happened? I have followed the basic [Hello, World!](https://wasmerio.github.io/wasmer-pack/user-docs/tutorial/01-hello-world.html#hello-world) tutorial. The `cargo wapm --dry-run` step fails with: ``` Error: Unable to publish "tutorial-01" Caused by: 0: Unable to deserialize...