-
In particular, it can't parse test/spec/nop.wast
```
$ bin/wasm-opt --print test/spec/nop.wast
[parse exception: expected list (at 7:4)]Fatal: error in parsing input
```
This is because of the no…
-
Hi, I am able to build 64-bit WASM artifacts with emcc in Debian Buster. However, when I install and activate the 32-bit edition, then emcc fails:
```console
$ . /emsdk/emsdk_env.sh && emcc -s WAS…
-
**Describe the bug**
Running this code fails with 'RuntimeError: unreachable':
```
{-# LANGUAGE PackageImports #-}
module Main where
import Graphics.SvgTree
import Graphics.SvgTree.Printer
im…
-
### Bug description
I'm not sure if this is a bug with AssemblyScript, Binaryen or wat2wasm, but the generated .wat files can contain things like this :
```
(func $"~lib/map/Map#set:buckets" (pa…
-
# GC (Gargbage Collection) AOT support
## Motivation
In recent days we had refactored the WAMR GC interpreter implementation to support most features of the latest [GC MVP](https://github.com/WebA…
-
# WASM
This package requires that you have Emscripten installed on your machine. You can get it like so:
```sh
git clone https://github.com/juj/emsdk.git
cd emsdk
./emsdk install sdk-incoming…
-
**Is your feature request related to a problem? Please describe.**
For a long time, our official recommended IDE is `ghcid`, since it was relatively easy to set up a `ghci` prompt using various hacks…
-
The asyncify toolkit from Binaryen provides an easy way to transform any Wasm bytecode app to be ready for async/await operations. We would like to provide a simple demo to show how to call asyncified…
-
It would be really interesting to have a C API for this so that we can easily embed Camada in other languages through FFI bindings.
An interesting motivation project is [binaryen](https://github.co…
-
- [x] output via cli
- [x] `export` syntax will be used to export a `function` that takes and returns numbers.
- [x] working example
- [x] JavaScript load and calls a function from Wasm, gets t…