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

feat: built-in web bundle #339

Merged
merged 9 commits into from
Dec 27, 2022
Prev Previous commit
Next Next commit
fix: missing debug import
  • Loading branch information
KnorpelSenf committed Dec 27, 2022
commit d7425cb0554f6e9f83dcc51913577efddc9b7122
3 changes: 2 additions & 1 deletion src/platform.web.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { d as debug } from "https://cdn.skypack.dev/[email protected]";
import d from "https://cdn.skypack.dev/[email protected]";
export { d as debug };

// === Export system-specific operations
// Turn an AsyncIterable<Uint8Array> into a stream
Expand Down