-
Testing the new fuzzer's emitted binaries in wasm VMs, I see something odd. This module
````
(module
(memory $0 1 1)
(export "func_0" (func $func_0))
(func $func_0 (result f32)
(block …
-
Thanks for all the hard work making this package available.
I installed only one package with the command `pip install yowasp-nextpnr-ice40-8k`, on Windows 10 x64, Anaconda Python 3.7 (same result …
-
This is an emerging standard in wasm that allows for easier interlanguage operation of modules:
https://component-model.bytecodealliance.org/design/why-component-model.html
It might be interesti…
-
wasm-pack's optimizer fails because of the export of a mutable global:
[INFO]: Optimizing wasm binaries with `wasm-opt`...
[wasm-validator error in module] unexpected true: Exported global canno…
-
https://github.com/project-oak/oak/blob/a91172d3ff1144ebe49bc266c7542b5a350d6ebb/oak_functions/examples/key_value_lookup/module/src/tests.rs#L69-L124
Currently this takes around 10ms, which is way …
-
**Version of emscripten/emsdk:**
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.13 (https://github.com/emscripten-core/emscripten/commit/531257621816c200bc7c3be53129494afd…
-
### 相关信息
- 问题类型
引擎
- 引擎版本
vivo 1063
- 手机型号
vivo Z5x
- 操作系统
windows 10
### 问题描述
希望基于WebAssembly来进行小游戏开发,但是WebAssembly.compile()调用之后返回的Promise一直没有响应。
核心的代码如下:
```javascript
…
-
I want to get access to WASM module memory similar to
https://rustwasm.github.io/book/game-of-life/implementing.html#rendering-to-canvas-directly-from-memory
From the tutorial:
```ts
// Import …
-
Consider test.wat:
```
$ cat /tmp/test.wat
(module
(func $f (export "f") (result i64)
(i64.const 0x8000_0000)))
```
There is a bug parsing the constant:
```
$ ~/src/binaryen/bin/wasm-…
-
Hi @satabin,
While accessing the CFG for the attached Wasm modules getting the below mentioned error in the screenshot.
![cfg_issue](https://user-images.githubusercontent.com/10094302/89779821-7…