-
AssemblyScript fork requires constant maintenance and periodic fires in our system. Interestingly, the only purpose of the fork is to be able to inject the code into our system by wrapping methods int…
-
src/languages/assemblyscript line 101...the new version of assemblyscript started requesting `asconfig.json` for some reason...I just disabled it for now. I'm not sure the ramifications
-
Hello, first I want to say that I am relatively new here. I have been interested in WebAssembly for a long time, but also like many other web developers I haven't been interested in jumping ship from …
-
Got the error :
```
Whoops, the AssemblyScript compiler has crashed during optimize :-(
▌
▌ Here is the stack trace hinting at the problem, perhaps it's useful?
▌
▌ RuntimeError: Aborted(). …
-
## Current behavior
semantic-release started failing unexpectedly two days ago, first with a Git error
Log: https://github.com/AssemblyScript/assemblyscript/runs/1284186837?check_suite_focus=tru…
-
Hi,
I'm the author of [Zwitterion](https://github.com/lastmjs/zwitterion), and I'm currently attempting to add support for AssemblyScript. Zwitterion's goal is to allow transpiling (to JS) or compi…
-
code to reproduce:
```typescript
// @ts-ignore
@external("http", "_request_get")
declare function _http_request_get(s: string): externref;
class Builder {
inner: externref;
priv…
-
Hi Master,
I've built the WAMR in Android, I can run wasm application compiled from C code.
I wrote a simple test code in Assemblyscript:
```
import "console";
console.log("Webassembly in…
-
Recently I tried to debug some memory consumption issue within the AssemblyScript app - and the official way of doing so is through rtrace: https://github.com/AssemblyScript/assemblyscript/tree/main/l…
-
In this VR era, Web3D libraries needs to achieve higher performance in the future.
Currently, GLBoost is transitioning from ECMAScript 2015 to Flowtype to improve development efficiency.
Once this i…