-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: danbugs <[email protected]>
- Loading branch information
Showing
4 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,8 +39,8 @@ iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercon | |
### JS | ||
|
||
```sh | ||
slight new -n [email protected].0 js && cd spidey | ||
# ^^^ starts a new js project under SpiderLightning's v0.5.0 spec | ||
slight new -n [email protected].1 js && cd spidey | ||
# ^^^ starts a new js project under SpiderLightning's v0.5.1 spec | ||
|
||
slight buildjs -e slightjs_engine.wasm -o main.wasm src/main.js | ||
# ^^^ builds the js application | ||
|
@@ -54,8 +54,8 @@ slight -c slightfile.toml run main.wasm -l | |
### C | ||
|
||
```sh | ||
slight new -n [email protected].0 c && cd spidey | ||
# ^^^ starts a new c project under SpiderLightning's v0.5.0 spec | ||
slight new -n [email protected].1 c && cd spidey | ||
# ^^^ starts a new c project under SpiderLightning's v0.5.1 spec | ||
|
||
# you might want to install wasi-sdk dependencies... | ||
# on unix, run: | ||
|
@@ -76,8 +76,8 @@ slight -c slightfile.toml run spidey.wasm | |
### Rust | ||
|
||
```sh | ||
slight new -n [email protected].0 rust && cd spidey | ||
# ^^^ starts a new rust project under SpiderLightning's v0.5.0 spec | ||
slight new -n [email protected].1 rust && cd spidey | ||
# ^^^ starts a new rust project under SpiderLightning's v0.5.1 spec | ||
|
||
cargo build --target wasm32-wasi | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters