bytecodealliance / ComponentizeJS

JS -> WebAssembly Component
Apache License 2.0
242 stars 32 forks source link

docs: update example #21

Closed guybedford closed 1 year ago

guybedford commented 1 year ago

The example workflow has changed, this updates the Wasmtime configurations to ones that will work with componentize.

Unfortunately the WASI bindings require an older version of preview2, so there is currently a WASI bindings failure on this pending to fix before we merge.

We either need to trawl through the release matrix to work this out, otherwise I can aim to get the latest preview2 update to componentize-js soon which should resolve this.