no code change
This commit is contained in:
parent
a244a0581d
commit
c59c26b387
5
Makefile
5
Makefile
@ -108,7 +108,7 @@ out/vcd.wasm: $(WASM_MAIN) $(CPP_FILES) $(HPP_FILES) Makefile
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
.PHONY: all build watch dev start test pretest lint jestc copydist cleandist
|
.PHONY: all build watch dev start test pretest lint jestc copydist cleandist prepare
|
||||||
.PHONY: test testonly
|
.PHONY: test testonly
|
||||||
|
|
||||||
|
|
||||||
@ -121,6 +121,9 @@ test:
|
|||||||
testonly:
|
testonly:
|
||||||
npm run testonly
|
npm run testonly
|
||||||
|
|
||||||
|
prepare:
|
||||||
|
npm run prepare
|
||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf out/*
|
rm -rf out/*
|
||||||
|
@ -16,7 +16,7 @@ module.exports = async () => {
|
|||||||
const s = new stream.Writable();
|
const s = new stream.Writable();
|
||||||
|
|
||||||
|
|
||||||
// gets called by c with 1 argument, a number
|
// gets called by c with 1 argument, a string
|
||||||
const lifemit = s.emit.bind(s);
|
const lifemit = s.emit.bind(s);
|
||||||
|
|
||||||
const triee = new EventEmitter();
|
const triee = new EventEmitter();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user