-
Notifications
You must be signed in to change notification settings - Fork 12
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
install with Deno 2 runtime #93
Comments
As discussed in Discord, I believe this should be a JSR package. But maybe something changed in Deno 2. |
Hm, maybe Deno 2 isn't picking up the |
@adunne09 did you find any more details? And is this related to the WASI issue you posted in discord? |
My overall goal right now is to determine the feasibility of Deno 2 as the JS runtime for a plugin-centric application. I have not found any more details other than this issue is still persisting. With this issue specifically, I'm simply confused how there is this package on jsr- https://jsr.io/@extism/extism but when I run |
Confirmed: deno 2 isn't picking up rc releases. You can work around this for now using |
Closing in favor of #96 as it's now just a documentation issue. |
https://jsr.io/@extism/extism and
import createPlugin from "jsr:@extism/extism";
here in the README indicate that there is an extism jsr package, but when I rundeno add jsr:@extism/extism
, I get:Is this the intended behavior, or is there meant to be an extism jsr package?
The text was updated successfully, but these errors were encountered: