-
Notifications
You must be signed in to change notification settings - Fork 306
Open
Labels
libpglitewasi/fsmoutside browser usage, or require finite state machineoutside browser usage, or require finite state machine
Description
I'm trying to run and access PGLite through a golang program via wasmer-go. However it fails with the error regardgin env
not instantiated. I assume that there is no support for other runtimes (#40)
Is there a way I could contribute to adding support for more runtimes?
$ wazero run postgres.wasm
error instantiating wasm binary: module[env] not instantiated
$ wasmtime postgres.wasm
Error: failed to run main module `postgres.wasm`
Caused by:
0: failed to instantiate "postgres.wasm"
1: unknown import: `env::invoke_ii` has not been defined
flexzuu, barakplasma, DeluxeOwl, wyndhamharyata, John-P and 10 moreeivindr, satvikpendem, brookman, wyndhamharyata and bram209
Metadata
Metadata
Assignees
Labels
libpglitewasi/fsmoutside browser usage, or require finite state machineoutside browser usage, or require finite state machine