-
I can't find this documented in the official specification, however the 'unofficial' specification indicates that the `init` field of globals (and data sections), is an 'instantiation-time initializer…
-
Hello,
I have the following code and I want to get all exports by name. However, when executing it I get a Segmentation Fault. I linked against the ${WASMER_DIR}/lib/libwasmer.so.
Thank you in a…
-
## Steps to reproduce
The wat file is :
`(module
(type (;0;) (func))
(func (;0;) (type 0)
unreachable)
(start 0))`
The steps to reproduce are:
`wat2wasm test.wat`
`wasm3 test.wasm…
-
```WebAssembly
(module
(memory 1)
(func (param i64) (result i64)
unreachable
br_if 0
i64.load
)
)
```
however, the spec interpreter and wabt doesn't, reporting:
```
…
-
### Zig Version
0.13.0
### Steps to Reproduce and Observed Behavior
1. Create file `main.zig` with the following contents:
```zig
export fn write() void {
@as(*allowzero u8, @ptrFro…
-
For example make custom memory, make a concept of an object with properties and methods to see what it might look like, with TS/JS semantics in mind.
It might be useful to break this up into:
- …
-
-
### Bug Description
```sh
echo "`binaryen/bin/wasm-opt --version` | `uname -m`"
wasm-opt version 101 (version_101-62-g35f9da76d) | x86_64
git rev-parse HEAD
35f9da76d53401ba4de054f4db…
-
Somehow, a module in text format like
```wat
(module
(type $t0 (func (param i32)))
(type $t1 (func))
(import "env" "log" (func $log (type $t0)))
(func $main (type $t1)
block $B0
…
-
In some cases, WastParser rejects constructs that use disabled features (e.g. multi-memory, exceptions) and in some cases it appears to allow them (e.g. extended-const, memory64) even if disabled. (As…