-
It doesn't appear that binaryen's AST has a way to include [reloc sections](https://github.com/WebAssembly/tool-conventions/blob/master/Linking.md#relocation-sections). What's everyone doing today wit…
-
Hello,
I have added the [overview document](https://github.com/WebAssembly/wat-numeric-values/blob/master/proposals/wat-numeric-values/Overview.md) for this proposal. It is similar to the initial […
-
The s-expression language used by wasm-as and wasm-dis is non-compliant. It's not even just a subset, it's simultaneously a subset and a superset. So using it with compliant WAT code with certain exte…
-
An example program like the following should fail during validation:
```
;;; TOOL: wat2wasm
;;; ARGS: --enable-function-references
;;; ERROR: 1
(module
(func (param $f (ref $x)) (result f32)…
-
https://github.com/Shopify/javy
https://www.assemblyscript.org
https://bellard.org/quickjs/
https://wasmedge.org/book/en/dev/js/quickstart.html
https://github.com/justjake/quickjs-emscript…
-
## Steps to reproduce
The wat file :
(module
(type (;0;) (func (result f64)))
(func (;0;) (type 0) (result f64)
f64.const 0x0p+0 (;=0;)
f64.const 0x0p+0 (;=0;)
f64.const 0x0p+…
-
```wat
(module
(type (;0;) (func))
(type (;1;) (func (result externref)))
(import "gl" "createProgram" (func $src/asc/gl/createProgram (type 1)))
(func $src/asc/lemonsoda/init (type 0)
…
surma updated
2 years ago
-
For example what would it look like to manage memory for a "string", and to do things like concat, etc, that we need to match TS/JS semantics.
Working on this is totally decoupled from the langium/…
-
```sql
CREATE FUNCTION f1_addTwo(x INT32, y INT32, z FLOAT) RETURN FIXED_STRING(10) FROM WASM://AGFzbQEAAAABBwFgAn9/AX8DAgEABwoBBmFkZFR3bwAACgkBBwAgACABagsADgRuYW1lAgcBAAIAAAEA;
```
-
Hello, When I try to assemble WASM instruction like this:
```
ins = "local.get 88"
asm.assemble(currentAddress, ins)
```
I will get this error in the ghidra command:
It looks like a syntax pro…