git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit 8acbfdf6688be5aabb51397bfe951bb0997b1c8b

Merge branch 'jsApi' into testing

wanderer committed on 9/12/2016, 9:27:06 PM
Parent: a860393bda1e07cc7f9e902b5f299f989a3fa198
Parent: 7c4f6e88e8f137e372d224b9bca84d1803616938

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