You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g. for accessing the linear storage it is necessary to have access to the WASM instance.
This could exposed e.g. via a virtual module via query string (e.g. import fastCode from '../fast-code.go?instance', or alternatively as named export: ìmport fastCode, { instance as fastCodeInstance } from '../fast-code.go'.
The text was updated successfully, but these errors were encountered:
E.g. for accessing the linear storage it is necessary to have access to the WASM instance.
This could exposed e.g. via a virtual module via query string (e.g.
import fastCode from '../fast-code.go?instance'
, or alternatively as named export:ìmport fastCode, { instance as fastCodeInstance } from '../fast-code.go'
.The text was updated successfully, but these errors were encountered: