Web-based NovaForth repl

This commit is contained in:
2023-01-01 17:26:21 -06:00
parent 63d58b63e3
commit 2dea244673
13 changed files with 1097 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[package]
name = "vweb"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
vcore = { path = "../vcore" }
wasm-bindgen = "0.2"