Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manifest loading wasm from local file system possible ? #22

Open
nyue opened this issue Jan 29, 2024 · 2 comments
Open

Manifest loading wasm from local file system possible ? #22

nyue opened this issue Jan 29, 2024 · 2 comments

Comments

@nyue
Copy link

nyue commented Jan 29, 2024

Hi,

So far all the example refers to url and http to load WASM file

While testing, how can I refer to a local wasm file without involving a http server ?

Cheers

@nilslice
Copy link
Member

It is! Take a look at the Manifest schema here:

https://extism.org/docs/concepts/manifest

@nilslice
Copy link
Member

nilslice commented Jan 29, 2024

I should also note that it's very common to load from disk in a production setting too.

If you want to load from an HTTP source, we provide free wasm hosting here, in case it's useful:

https://modsurfer.dylibso.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants