Skip to content

Commit 6551005

Browse files
committed
Imported string constants
1 parent 2d3a157 commit 6551005

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

runtime/wasm/runtime.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,10 @@
559559
},
560560
generated,
561561
);
562-
const options = { builtins: ["js-string", "text-decoder", "text-encoder"] };
562+
const options = {
563+
builtins: ["js-string", "text-decoder", "text-encoder"],
564+
importedStringConstants: "",
565+
};
563566

564567
function loadRelative(src) {
565568
const path = require("node:path");

0 commit comments

Comments
 (0)