Commit ce77e5a889148ef3855d1db16b64a0d541783f03
remove auto port mapping
Signed-off-by: wanderer <mjbecze@gmail.com>wanderer committed on 8/16/2017, 7:37:10 PM
Parent: 1acaf62122a024e6a953fb715cf4bbda94b804ad
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -62,9 +62,8 @@ | ||
62 | 62 | this.instance = result.instance |
63 | 63 | |
64 | 64 | // add the message and ports to the refereance map |
65 | 65 | const messageRef = this.referanceMap.add(message) |
66 | - message.ports.forEach(port => this.referanceMap.add()) | |
67 | 66 | |
68 | 67 | // runs the wasm code |
69 | 68 | this.instance.exports[method](messageRef) |
70 | 69 | return this.onDone() |
Built with git-ssb-web