-
The sample example `input.wat` from [@kripken 's blog](https://kripken.github.io/blog/wasm/2019/07/16/asyncify.html) fails to compile for me, so maybe I'm using the wrong tool:
```
$ wat2wasm inpu…
dsyer updated
2 years ago
-
**Describe the bug**
When I try to get at form wat code, I'm getting errors
**To Reproduce**
Steps to reproduce the behavior:
1. My rust code looks like
```
#[no_mangle]
pub extern fn sum(x: …
-
Smallest test case:
```bash
$cat y.c
extern void exit(int);
void memory(){
exit(111);
}
$cat wasmcc_llvm_upstream
#!/bin/bash
CFLAGS='-O0 -fno-builtin'
y="$1"
/usr/local/llvm…
-
I compiled a simple Rust library
```
#[no_mangle]
pub extern fn one_plus_one() -> i32 {
1 + 1
}
```
The `wat` text representation of this code is as follows
```
(module
(type (;0;) (func …
-
### Describe the Bug
`wasm-snip` fails to parse Wasm that contains SIMD instructions such as `v128`:
```
error: failed to parse code section
caused by found type v128
caused by expected t…
-
## Test case
[select_ast_5563_15_16832024511914527.zip](https://github.com/bytecodealliance/wasm-micro-runtime/files/12197437/select_ast_5563_15_16832024511914527.zip)
## Build commands
I c…
-
Does Emscripten have the ability to disassemble?
If the .wasm library is disassembled, whether there are security issues ?
-
Running `wat2wasm` on a rather big file with many nested if-statements segfaults.
Version: wabt 1.0.32-1 (debian bookworm)
System: Debian (with enough RAM + swap)
Steps to reproduce:
```
wasm…
-
- [ ] deploy to [deploy](https://deno.com/deploy) button for script preview
- [ ] view [docs](https://doc.deno.land/) button for script preview
- [ ] download link for script preview
- [ ] repo…
-
I've encountered an issue while compiling C code to WASM, and subsequently converting it to WAT. The issue pertains to the way string concatenation is handled in the WAT output.
[b.zip](https://githu…