-
### Go version
go version go1.22.0 darwin/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE='on'
GOARCH='amd64'
GOBIN=''
GOCACHE='/Users/sekulicd/Library/Caches/…
-
## Summary
Some of the function calls in 08-wasm module omit the returned error. This makes it hard to understand what happened since it’s not easy to debug wasm contracts. The following functi…
aeryz updated
1 month ago
-
I tried to get the demo to compile from the instructions in the README, but it seems to be failing regardless of what I do.
Following the instructions, running:
```bash
$ git clone https://github…
-
Given WASM
```wasm
0000024: 44 ; f64.const
0000025: 0000 0000 0000 e0c1 ; f64 literal
(module
(func (export "addTwo") (result f64)…
-
`wagi --env` is good for global env vars for all modules, but for some cases, I need to inject some secret vars for a Wasm module only, not for all modules. I found the example from https://github.c…
-
The specification has some explanations here on how JS and WASM workloads would be handled by the UDF execution engine:
https://github.com/privacysandbox/protected-auction-services-docs/blob/main/bid…
-
Thank you for making a-Shell, it already brings me a lot of joy. This is a feature request.
It's possible to execute a WebAssembly module in a-Shell, as documented at https://github.com/holzschu/a-…
-
I'm trying to import Ammo on next.js using
https://github.com/donmccurdy/aframe-physics-system/blob/master/AmmoDriver.md
How could 'fs' be used on a none-node project?
Error:
```
./node_modules…
-
Currently, we use `parity-wasm` both as a parser and encoder library for web assembly. However, this library is kind of outdated and only supports the wasm MVP properly.
The plan is to switch to th…
athei updated
2 years ago
-
It looks like this example is currently broken?
https://holoviz-dev.github.io/panel/tutorials/intermediate/interactivity.html
```
Uncaught (in promise) PythonError: Traceback (most recent c…
cdeil updated
7 months ago