use rewriter wasm directly

This commit is contained in:
Toshit Chawda 2025-02-21 17:24:09 -08:00
parent 1070e68dcf
commit a69755936d
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
7 changed files with 45 additions and 24 deletions

View file

@ -1,6 +1,6 @@
const scramjet = new ScramjetController({
files: {
wasm: "/scram/scramjet.wasm.js",
wasm: "/scram/scramjet.wasm.wasm",
worker: "/scram/scramjet.worker.js",
client: "/scram/scramjet.client.js",
shared: "/scram/scramjet.shared.js",