Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
hlorenzi committed Jan 18, 2019
1 parent 2b6f420 commit f15b591
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
webasm/* linguist-vendored
web/* linguist-vendored
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "customasm"
version = "0.9.2"
version = "0.9.3"
authors = ["Henrique Lorenzi <[email protected]>"]

[lib]
Expand Down
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ This can be useful if you'd like to test out a new virtual machine's bytecode,
or even if you're eager to write programs for that new processor architecture
you just implemented in FPGA!

[Try it right now on your browser!](https://hlorenzi.github.io/customasm/webasm/)
[📱 Try it right now on your browser!](https://hlorenzi.github.io/customasm/web/)

[🎁 Check out the Releases section](https://github.com/hlorenzi/customasm/releases)
for pre-built binaries.

[Check out the Releases section](https://github.com/hlorenzi/customasm/releases)
for pre-built binaries.
[📖 Check out the User Guide](https://github.com/hlorenzi/customasm/wiki/User-Guide)
on how to use the main features!

[Check out the documentation](/doc/index.md) for user instructions.
[📋 Check out the documentation](/doc/index.md) for more in-depth instructions.

Also, [check out an example project](/examples/nes/) which targets the NES!
🕹 Also, [check out an example project](/examples/nes/) which targets the NES!

You can compile from source by simply doing `cargo build`. There's also a
battery of tests available at `cargo test`.
Expand Down
4 changes: 3 additions & 1 deletion README_PKG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Downloaded from:

https://github.com/hlorenzi/customasm
https://github.com/hlorenzi/customasm

Check that page for a User Guide and more in-depth instructions!
2 changes: 1 addition & 1 deletion build_wasm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ cargo +nightly build --target wasm32-unknown-unknown --release
wasm-gc "./target/wasm32-unknown-unknown/release/customasm.wasm" -o "./target/wasm32-unknown-unknown/release/customasm.gc.wasm"

# Copy to web folder
Copy-Item -Path "./target/wasm32-unknown-unknown/release/customasm.gc.wasm" -Destination "./webasm/customasm.gc.wasm"
Copy-Item -Path "./target/wasm32-unknown-unknown/release/customasm.gc.wasm" -Destination "./web/customasm.gc.wasm"

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added web/customasm.gc.wasm
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file removed webasm/customasm.gc.wasm
Binary file not shown.

0 comments on commit f15b591

Please sign in to comment.