-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
Invalid cache hit for WASM - @dqbd/tiktoken #552
Comments
seems it imports |
The issue here is that I'm attempting to download WASM files via
|
Maybe I'm mistaken here, but it shouldn't matter if |
Failing module
Error message
The package
@dqbd/tiktoken
includes 2 WASM binaries (./tiktoken_bg.wasm
and./lite/tiktoken_bg.wasm
) and esm.sh returns only the second WASM file regardless of URL.Expected
https://esm.sh/v111/@dqbd/tiktoken@1.0.2/tiktoken_bg.wasm
->./tiktoken_bg.wasm
https://esm.sh/v111/@dqbd/tiktoken@1.0.2/lite/tiktoken_bg.wasm
->./lite/tiktoken_bg.wasm
Actual
https://esm.sh/v111/@dqbd/tiktoken@1.0.2/tiktoken_bg.wasm
->./lite/tiktoken_bg.wasm
https://esm.sh/v111/@dqbd/tiktoken@1.0.2/lite/tiktoken_bg.wasm
->./lite/tiktoken_bg.wasm
Additional info
The text was updated successfully, but these errors were encountered: