git ssb

0+

wanderer🌟 / js-primea-wasm-container



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.jschanged
index.jsView
@@ -62,9 +62,8 @@
6262 this.instance = result.instance
6363
6464 // add the message and ports to the refereance map
6565 const messageRef = this.referanceMap.add(message)
66- message.ports.forEach(port => this.referanceMap.add())
6766
6867 // runs the wasm code
6968 this.instance.exports[method](messageRef)
7069 return this.onDone()

Built with git-ssb-web