-
Fail to execute `npm run build-wasm` in latest code 8b54dd5ef3b4b6da7cca023b9dd67bd4593b0e41, the error log is
```
> webml-polyfill@0.0.2 build-wasm /home/nhu/code/webml-polyfill
> node build.js --…
-
Not sure why, but this started failing for me locally when running the following command in the latest Docker image:
```
./scripts/docker_run ./scripts/build_examples
```
logs:
```log
+ ba…
-
**Strength of this approach**
* Works for multiple languages (JS, Octave and Python out of the box)
**Weaknesses of this approach**
* Needs manually created `example.i`. Don't know how intensive …
-
I'm attempting to build a Node.js application using MobileNet model compiled to WASM, and attempting inference using TVM's web runtime. The model I'm using a Mobilenetv2 trained on Imagenet.
The code…
-
Since TensorFlow Lite requires `pthread` library, that is currently not implemented in `STANDALONE_WASM` Emscripten mode, we can try to experiment with the [TensorFlow Lite for Microcontrollers](https…
-
In viewer.ts line 282:
```
async loadTerrainCliffsAndWater(w3e: War3MapW3e) {
let texturesExt = this.solverParams.reforged ? '.dds' : '.blp';
let tileset = w3e.tileset;
let tilese…
-
Compiling Oak modules with Emscripten leaves many unsatisfied imports from the `env` module, that is not supported by Oak.
```shell
& cat tensorflow.wat|grep import
(import "oak" "wait_on_channel…
-
I'm trying to get the following tutorial (https://github.com/apache/incubator-tvm/tree/master/web) up and running within a Docker container. I'm using a pre-installed version of TVM, installing Emscri…
-
We need to create an example Oak application that uses [TensorFlow Lite](https://www.tensorflow.org/lite/).
In order to do this we need to compile TensorFlow Lite in WebAssembly.
Currently we have…
-
There is a build error with Emscripten (newest version 1.38.46) tool on WASM. The [tensorflow](https://github.com/tensorflow/tensorflow/tree/r1.13) version is 1.13.
Error info:
![Screenshot from 201…