File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 31
31
"md:wasm:watch" : " chokidar --initial \" examples/markdown-parser/assembly/**/*\" -c \" run-s md:wasm:build\" " ,
32
32
"md:ts:watch" : " chokidar --initial \" examples/markdown-parser/assembly/**/*\" -c \" run-s md:ts:build\" " ,
33
33
"md:js:watch" : " chokidar --initial \" examples/markdown-parser/**/*\" -c \" rollup -c --environment MD,DEV\" " ,
34
- "md:wasm:build" : " asc lib/assembly/as-bind.ts examples/markdown-parser/assembly/index.ts -b dist/examples/markdown-parser/index.wasm -t dist/examples/markdown-parser/index.wat --sourceMap dist/examples/markdown-parser/index.wasm.map --exportRuntime" ,
34
+ "md:wasm:build" : " asc lib/assembly/as-bind.ts examples/markdown-parser/assembly/index.ts -b dist/examples/markdown-parser/index.wasm -t dist/examples/markdown-parser/index.wat --sourceMap dist/examples/markdown-parser/index.wasm.map --runtime incremental -- exportRuntime" ,
35
35
"md:ts:build" : " tsc --project examples/markdown-parser/assembly/ --outDir dist/ts/ --module \" es2015\" " ,
36
36
"md:js:build" : " rollup -c --environment MD,PROD" ,
37
37
"md:deploy" : " run-s build md:build md:deploy:gh-pages" ,
You can’t perform that action at this time.
0 commit comments