Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dhconnelly committed Jan 21, 2024
1 parent ee7af8b commit e0641f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "june-lang"
version = "0.1.0"
edition = "2021"
default-run = "main"
default-run = "june"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ add features:
- [ ] maps
- [ ] sets
- [ ] file i/o
- [ ] benchmarks
- [ ] integration tests

refactoring:

Expand All @@ -74,6 +76,8 @@ refactoring:
- [ ] narrow public interface
- [ ] nicer main.rs w/structopt?
- [ ] read and apply https://thume.ca/2019/04/18/writing-a-compiler-in-rust/
- [ ] read and apply "rust for rustaceans" book
- [ ] profiling and optimization

productionization:

Expand Down Expand Up @@ -106,14 +110,13 @@ To use a pre-built release:

## Usage

junec examples/hello.june
junevm examples/hello.wasm
june examples/hello.june

For more usage information, run `junec --help`. For examples, see `examples/`.

## Previous work and references

For more details on wasm, wasi, and wasmtime:
For more details on wasm and wasmtime:

- [WebAssembly Specification](https://webassembly.github.io/spec/core/)
- [Wasmtime documentation](https://docs.wasmtime.dev/)
Expand Down
File renamed without changes.

0 comments on commit e0641f8

Please sign in to comment.