-
It would be nice to be able to compile Python to WebAssembly as AssemblyScript does https://github.com/AssemblyScript/assemblyscript
This feature not only increase performance of Python Application…
-
Hi,
I'm able to run the "hello-world-assemblyscript" without issue. But, when I tried running 2 pods at once (the same wasm module but in two differents pod with different ports), I have the followin…
-
I've been trying to get WasmEdge to be able to invoke a WASM function compiled in AssemblyScript. I can get it to work by passing simple types (int32, int64) but trying to get it to work with more com…
-
When I try to build with the latest AssemblyScript I get some weird "not found" errors:
```
> protocol-tmp@0.0.1 build
> asc assembly/index.ts -b build/protocol-tmp.wasm --use abort=assembly/inde…
AuHau updated
2 years ago
-
This seems to be related to the visitor-as package having compatibility issues with the latest assemblyscript version:
Testing on a minimal setup following the documentation of https://tenner-joshu…
-
https://github.com/AssemblyScript/assemblyscript/releases/tag/v0.20.0
Some significant changes (e.g. new --bindings flag, that replaces the features of the assemblyscript/loader) have been introduced…
-
Hi!
Thanks again for this great project!
I was playing with some AssemblyScript code and was surprised by the difference between `i8[]` and `Int8Array`.
For example, let's say I have:
```typ…
-
AssemblyScript now expose full compiler api. See commits [#1](https://github.com/AssemblyScript/assemblyscript/commit/6ed45bee98e8b644b87d50b40983414351f62311) and [#2](https://github.com/AssemblyScri…
-
Cannot find name '__instanceof'. in the "assemblyscript": "^0.27.5",
"ecmassembly": "^0.1.8", works fine
-
Since Assemblyscript 0.20 released, some old package maybe meet usage problem.
We need to investigate the dependencies we use and make sure they work fine.