commit 46cd971c36f164c73db91ce6f6e9713c3d3e2959 parent 1f4c1fd90c5b88a15ff2d68b603b7be61b398717 Author: nolash <dev@holbrook.no> Date: Sun, 26 Sep 2021 04:44:16 +0200 Update readme Diffstat:
M | README | | | 8 | ++++++-- |
M | VERSION | | | 2 | +- |
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/README b/README @@ -16,9 +16,13 @@ $ make -f Makefile.dev check WASM -Has a wasm target too. +Has a wasm target too. To build with wasi-libc (to adjust the path use var 'wasi_libcdir' in the makefile): -$ make wasm +$ make wasm_libc + +Or to build with a simple local malloc hack: + +$ make wasm_native A couple of example scripts in: diff --git a/VERSION b/VERSION @@ -1 +1 @@ -0.0.2-alpha.2 +0.0.2-alpha.3