Skip to content

TheDiscordian/rust-starfish-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-starfish-wasm

A *><> interpreter written in Rust. *><> is a language derived from ><>.

This is the WASM version, you can try it out here.

Building

Ensure the Rust toolchain and wasm-pack are installed. Then do the following:

git clone https://github.com/TheDiscordian/rust-starfish-wasm
cd rust-starfish-wasm
wasm-pack build --target web

That'll build the package, if you want to test it, run something like the following in the same directory to spin up an HTTP server:

python3 -m http.server

Finally, navigate to http://localhost:8000/src/web in your web browser to view the page.

Limitations

I believe file i/o is the only thing not working. Happy to take a PR for that. Any other issues are likely unexpected, please open an issue if you encounter one 🙂

About

WASM implementation of *><>, written in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published