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 building CLI for wasm32-wasi #78

Merged
merged 1 commit into from
May 25, 2024
Merged

Support building CLI for wasm32-wasi #78

merged 1 commit into from
May 25, 2024

Conversation

robertknight
Copy link
Owner

This provides a more convenient way to test a WebAssembly build of the library compared to the Node demo, with the downside that it isn't the same runtme. Performance seems roughly comparable though.

When running the wasm32-wasi build, models must be loaded from the filesystem, as the infrastructure to download from an HTTPS URL is missing in this platform.

This provides a more convenient way to test a WebAssembly build of the library
compared to the Node demo, with the downside that it isn't the same runtme.
Performance seems roughly comparable though.
@robertknight robertknight merged commit c8c83f5 into main May 25, 2024
2 checks passed
@robertknight robertknight deleted the wasi-cli branch May 25, 2024 07:48
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

Successfully merging this pull request may close these issues.

1 participant