-
There are multiple `tsconfig.json` files whose contents were generated with relative paths on a dev machine. Example:
https://github.com/casper-network/casper-node/blob/2115b58c96773d6c4b53611d8ea7…
-
- Update Assemblyscript version used in handlers to the latest. May require changes across graph-node, graph-ts, graph-cli, docs
-
***Describe the bug***
Having a hard time getting function_call to work with AS. Trying to call from contract results in an assertion failed and unexpected upcast errors regardless of how the argumen…
-
## Outline
### Set Containers
Method | HashSet | LightSet | Set
--------|--------:|------------:|----:
insert | 223 ms | 207 ms | 35 ms
has | 563 ms | 555 ms | 307 ms
iteration | 4 ms | 32 ms |…
-
Rather than globally installing AssemblyScript:
~~~
$ npm install -g assemblyscript
$ asinit wasi-hello-world
$ cd wasi-hello-world
~~~
Would it be better to use npx instead?
~~~
$ npx -…
-
Steps to reproduce:
- In a new empty directory, [create a new AssemblyScript project ](https://www.assemblyscript.org/getting-started.html#setting-up-a-new-project).
- Run `npm run asbuild` - it s…
-
On one project, instead of using `isPointInPolygon` I rewrite some code to Rust and compile it to WebAssembly like this toy project: https://github.com/darky/rstar-wasm
Performance gain 30-200 RPS …
darky updated
4 years ago
-
## The dependency [wabt](https://github.com/AssemblyScript/wabt.js) was updated from `1.0.0` to `1.0.5`.
🚨 [View failing branch](https://github.com/ewasm/evm2wasm/compare/master...ewasm:greenkeeper%…
-
All the examples are failing to load with
```
Uncaught TypeError: Error resolving module specifier: assemblyscript/asc editor.html:324:20
asm.js type error: Disabled by debugger es-module-shims.js
…
-
### Question
Hi I would love to learn more about the compilation process of assemblyscript.
So far was able to understand how the Tokenizer and the Parser work together, and I'm able to get the AS…