-
```
[21:21:07] AssertionError: assertion failed
at name (/Users/vg/Documents/near-chess/node_modules/assemblyscript/dist/webpack:/assemblyscript/std/portable/index.js:180:1)
at r.parameterT…
-
Trying to run the AssemblyScript example without the mqtt fails. (= programming demo example)
When the busy loop is empty, binaryen optimizes away callback functions. It eliminates the `funcref` ta…
-
steps to reproduce:
w4 version 2.7.0
node version 20.1.0
```
w4 new --assemblyscript hello-world
cd hello-world
npm run build
w4 run-native build/cart.wasm
```
output:
```
WASM erro…
-
https://github.com/AssemblyScript/assemblyscript/pull/1256 introduced a new GC hook that runs before managed objects before being collected.
This is helpful for `Response` objects, whose handles have…
-
It would be nice to have a guide for converting an already written JavaScript/TypeScript codebase to AssemblyScript. AssemblyScript can shine in this regard due to its similar syntax.
Things to cov…
-
Inspected examples here : https://github.com/AssemblyScript/examples
We have a web assembly SDK implemented in C++.
Want to be able to link AssemblyScript to to it.
So need to be able to call…
-
Turns out we’re stuck to 0.9.1 which is very old version. Current version is 0.19 and the latest version known to be working is 0.10.0. From my experience every minor version change caused problems so…
-
When we compile AssemblyScript that does not use floats it gets compiled into WebAssembly that uses float operations. Float operations are not allowed for smart contracts, since they introduce non-det…
-
### Feature suggestion
Hello, the WebAssembly `multi-memory` proposal has advanced to Phase 3, and there are several engines that have implemented the proposal. One perennial problem is that no mains…
-
This is my personal TODO list of Snippets I would like to see added to the snippets page for AssemblyScript. Creating an issue here just in case someone else is looking to help with the docs :smile: :…