feat: add rust browser terminal prototype
This commit is contained in:
13
.cargo/config.toml
Normal file
13
.cargo/config.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[target.wasm32-unknown-unknown]
|
||||
rustflags = [
|
||||
"--cfg",
|
||||
"getrandom_backend=\"wasm_js\"",
|
||||
"--cfg",
|
||||
"erase_components",
|
||||
]
|
||||
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
rustflags = [
|
||||
"--cfg",
|
||||
"erase_components",
|
||||
]
|
||||
Reference in New Issue
Block a user