Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
Go back to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
noClaps committed Jan 3, 2025
1 parent adbc66f commit 38a2b8e
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 406 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: |
mkdir dist
bun run build --target wasm32-wasip1
bun artifacts
ls -al .
- uses: actions/upload-artifact@v4
with:
path: npm/wasm32-wasi
path: dist
1 change: 0 additions & 1 deletion browser.js

This file was deleted.

Binary file modified bun.lockb
Binary file not shown.
3 changes: 0 additions & 3 deletions index.d.ts

This file was deleted.

369 changes: 0 additions & 369 deletions index.js

This file was deleted.

2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { highlight as tsHighlight } from "./index.js";
import { highlight as tsHighlight } from "./dist/index.js";

function escapeHTML(input: string): string {
return input
Expand Down
3 changes: 0 additions & 3 deletions npm/wasm32-wasi/README.md

This file was deleted.

Loading

0 comments on commit 38a2b8e

Please sign in to comment.