-
### Dojo.js Version
all
### What happened?
Currently dojo.js use [wasm-pack](https://rustwasm.github.io/wasm-pack/) to generate the js boilerplate to load wasm in browser/node/etc...
Unfor…
-
1. **LLVM build from emscripten-forge looks good**
```
anutosh491@Anutoshs-MacBook-Air lib % nm -C libclangInterpreter.a --defined-only | grep __clang_Interpreter_SetValueNoAlloc
00005cf4 T __clan…
-
### Affected project(s)
- [ ] documentation
- [ ] examples
- [X] wasmCloud host
- [ ] wasmCloud CLI (wash)
- [ ] wasmCloud dashboard UI (washboard)
- [ ] capability providers
- [ ] provider bindgen
-…
-
### What happened?
### Description
Autocli somehow adds extra commands for certain tx commands. e.g
```
osmosisd tx | grep -
ibc-transfer IBC fungible token transfer transaction …
-
Now we are seeing the test `wasm32-unknown-unknown` has started to fail.
For instance: https://github.com/tokio-rs/tokio/actions/runs/11397298361/job/31712563964#logs
Click to see the failur…
-
Is there a downloadable wasm module with no-std to use in no rust environments?
-
# Error Info
Error name: Error
Error message: panicked at 'called `Result::unwrap()` on an `Err` value: JsValue(AbortError: The operation was aborted.
)', web/src/navigator.rs:201:18
Error stack:…
-
First of all thanks for all the work on this library, it's been incredibly useful to us!
We ran into an issue where AssemblyScript complained that we were allocating too much memory (`Allocation to…
-
Version: Deno 2.0.0
👋🏻 When importing dependencies built by wasm-pack and that contain wasm dependencies, the `--allow-read` permission must be given to allow the package to read the wasm modules.
…
-
I compiled this P2ID note script using the `main` entrypoint:
```rust
#![no_std]
#![no_main]
#[global_allocator]
static ALLOC: miden::BumpAlloc = miden::BumpAlloc::new();
#[panic_handler]
…