git ssb

0+

wanderer🌟 / js-primea-wasm-container



Commit a3fba064edfdc5fa80b3fbf4968296f284f0febc

Update README.md

wanderer authored on 10/22/2017, 9:23:23 PM
GitHub committed on 10/22/2017, 9:23:23 PM
Parent: 13dae27ceeb5fe7023f74c8ba13a8c3c1ac3ecfd

Files changed

README.mdchanged
README.mdView
@@ -10,9 +10,9 @@
1010 # INSTALL
1111 `npm install primea-wasm-container`
1212
1313 # USAGE
14-```
14 +```javascript
1515 const WasmContainer = require('primea-wasm-container')
1616
1717 // this class with get instantiated when a new wasm container instance is created
1818 // its methods with be exposed to the wasm binary as `imports`
@@ -25,9 +25,8 @@
2525 // regester the container with the a hypervisor instance
2626 hypervisor.registerContainer(WasmContainer, {
2727 env: HelloWorld
2828 })
29-
3029 ```
3130
3231 # LICENSE
3332 [MPL-2.0](https://tldrlegal.com/license/mozilla-public-license-2.0-(mpl-2))

Built with git-ssb-web