git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit 7c4f6e88e8f137e372d224b9bca84d1803616938

fix lint

wanderer committed on 9/12/2016, 9:26:50 PM
Parent: 9a1df2ada5e60a2be2c861c4780f15abf3f52f3b

Files changed

index.jschanged
package.jsonchanged
index.jsView
@@ -43,10 +43,10 @@
4343 // NOTE: it assumes that wasm will raise an exception if something went wrong,
4444 // otherwise execution succeeded
4545 codeHandler (code, ethInterface = new Interface(new Environment())) {
4646 const debugInterface = new DebugInterface(ethInterface.environment)
47- const module = WebAessembly.Module(code)
48- const instance = WebAessembly.Instance(module, {
47+ const module = WebAssembly.Module(code)
48+ const instance = WebAssembly.Instance(module, {
4949 'ethereum': ethInterface.exportTable,
5050 'debug': debugInterface.exportTable,
5151
5252 // export this for Rust
package.jsonView
@@ -31,9 +31,9 @@
3131 "ignore": [
3232 "/tools/sexpr-wasm-prototype/"
3333 ],
3434 "globals": [
35- "Wasm"
35+ "WebAssembly"
3636 ]
3737 },
3838 "dependencies": {
3939 "bn.js": "^4.11.6",

Built with git-ssb-web