extism / elixir-sdk

Extism Elixir Host SDK
BSD 3-Clause "New" or "Revised" License
27 stars 1 forks source link

WASM from JS pdk gives: {:error, "unknown import: wasi_snapshot_preview1::fd_write has not been defined"} #14

Closed superchris closed 6 months ago

superchris commented 6 months ago

This for posterity, the issue was not passing true which means to use WASI as the second arg to Extism.Plugin.new eg

{:ok, plugin} = Extism.Plugin.new(manifest, true)