SebastienGllmt / WasmTestPoC

Testing how to test code that has to dynamically load WASM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WASM Test

Jest wasn't able to compile WASM correctly and Jest-Webpack is not maintained well enough to use. Karma-Webpack seems mostly on life support right now but works well enough for what we need right now (at least in this small test) 👍

yarn
yarn start
yarn test

About

Testing how to test code that has to dynamically load WASM


Languages

Language:JavaScript 93.0%Language:HTML 7.0%