Skip to content

Commit c05b70a

Browse files
committed
Imported string constants
1 parent 8efa8d2 commit c05b70a

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
@@ -485,7 +485,10 @@
485485
},
486486
generated,
487487
);
488-
const options = { builtins: ["js-string", "text-decoder", "text-encoder"] };
488+
const options = {
489+
builtins: ["js-string", "text-decoder", "text-encoder"],
490+
importedStringConstants: "",
491+
};
489492

490493
function loadRelative(src) {
491494
const path = require("node:path");

0 commit comments

Comments
 (0)