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

Support WASI target #3897

Open
Ludea opened this issue Aug 27, 2024 · 2 comments
Open

Support WASI target #3897

Ludea opened this issue Aug 27, 2024 · 2 comments

Comments

@Ludea
Copy link

Ludea commented Aug 27, 2024

It would be awesome if you could support some wasm32-wasi targets.
There is no need to js bindings (wasm-bindgen)

@Hywan
Copy link
Member

Hywan commented Aug 27, 2024

Hi!

To clarify a little bit: WASI is the ABI, JS would be the target host. So depending on what and how you want to use the resulting Wasm module, JS bindings might be useful (in a Web environment for example). What's your usecase?

@Ludea
Copy link
Author

Ludea commented Aug 27, 2024

I would like to use https://extism.org/. So it's not a js env.
I prefer to use wasm instead of native dynamic lib linking because of the size of the final binary.
Wasm is smaller than a rust lib.

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