git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit 0eeaa361946c6d0a1e5c5f3e14baedabddb56e0b

README: note that binary_0xa branch of sexpr-wasm-prototype is needed

Alex Beregszaszi committed on 8/3/2016, 11:16:35 PM
Parent: d7237af840af5788162ad23732aa30d1ae11c44e

Files changed

README.mdchanged
README.mdView
@@ -22,9 +22,13 @@
2222 The tests are written in wasm's text format (.wast) which are then compiled into binary format and ran in node.
2323
2424 To run the test you need
2525 * `git submodule update --init`
26-* `cd sexpr-wasm-prototype && make`
26+* `cd sexpr-wasm-prototype`
27+* `git checkout origin/binary_0xa`
28+* `git submodule update --init`
29+* `make`
30+* `cd ..`
2731 * `npm test`
2832
2933
3034 # API

Built with git-ssb-web