Web-based NovaForth repl
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
require('esbuild').build({
|
||||
entryPoints: ['src/app.js'],
|
||||
bundle: true,
|
||||
outdir: 'build',
|
||||
format: 'esm',
|
||||
loader: {
|
||||
'.wasm': 'file'
|
||||
}
|
||||
}).catch(() => process.exit(1))
|
||||
Reference in New Issue
Block a user