mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-24 11:16:38 +00:00
started bundling worker with esbuild
This commit is contained in:
@@ -72,7 +72,8 @@ global.FileReaderSync = function() {
|
||||
global.onmessage = null;
|
||||
global.postMessage = null;
|
||||
|
||||
includeInThisContext("gen/worker/workermain.js");
|
||||
//includeInThisContext("gen/worker/workermain.js");
|
||||
require('gen/worker/bundle.js')
|
||||
|
||||
global.ab2str = function(buf) {
|
||||
return String.fromCharCode.apply(null, new Uint16Array(buf));
|
||||
|
||||
Reference in New Issue
Block a user