-
## 💡 Feature description
`wasm-pack` should generate isomorphic code
#### 💻 Basic example
Below two targets have different output.
```sh
$ cd hello-world
$ wasm-pack build -t nodejs
$ w…
-
### What happened?
Attempting to build Playground on M2 Mac in the Dev Container. Commit is 86becc59
When I run `task web:run-playground` I see the error below.
What other diagnostic info cou…
-
Whenever we're using `iroha_wasm_builder` we're invoking `cargo` with `--release`. This should not be the default. The default should be to produce `debug` build. Optionally it should be possible to b…
-
### Describe the Bug
When I run `wasm-pack build --target web --release` build fails if I use an Array method like `filter` or `map` (I havn't tried other methods). The strange part is that `wasm-p…
-
Hi everyone,
First, thanks for maintaining this package, it makes working with rust in nx really smooth =)
I tried to use the @monodon/rust nx plugin to work with wasm in an nx repository and I …
-
Initially, I was receiving the following error
```
Failed to load module script: The server responded with a non-JavaScript MIME type of "text/html". Strict MIME type checking is enforced for modul…
-
Not the most urgent item, but would be good to keep our build steps as uncomplicated as possible, and remove dependencies that aren't maintained.
Currently [we use `wasm-pack` to bundle `prql-js`](…
-
Hey, thanks for great library. I m currently trying gluesql with indexeddb. I am trying to build project with `wasm-pack` but getting compilation error as below. I am also sharing Cargo.toml file here…
-
For rust wasm projects we use [wasm-pack](https://github.com/rustwasm/wasm-pack) to build and run unit tests.
Common commands including:
```
wasm-pack build
wasm-pack test
```
Is it possible…
-
### Describe the Bug
When using the `js_name` on an `enum`, a method does not get exported.
### Steps to Reproduce
Consider this snippet:
```rust
#[wasm_bindgen(js_name = Data)]
pub stru…
b-zee updated
4 weeks ago