Regression in fetch-event example using jco 1.10.2 and componentize-js 0.18.0 #625
Labels
bug
Something isn't working
examples
regression
Regression/re-introduction of a bug
upstream/componentize-js
I had the following example working correctly with jco 1.9.1, componentize-js 0.16.0, wasmtime 31.0.0 in a WSL 2 ubuntu linux environment:
I could build the example, run with
wasmtime serve --addr 0.0.0.0:8000 -S cli=y dist/main.wasm
and see output like the following when visited in the browser:When I upgrade to jco 1.10.2, componentize-js 0.18.0, and keep the same wasmtime 31.0.0 in a WSL 2 ubuntu linux environment I get the following console error when visiting the endpoint with wasmtime serve:
I created a successful reproduction and a failing reproduction. In both examples:
npm install
npm run build
npm run start-wasmtime
localhost:8000
in the browserjs-app.zip
js-app-fails.zip
The text was updated successfully, but these errors were encountered: