Merge branch 'wasmtime' into 'master'

Use forked wasmtime

See merge request redox-os/cookbook!616
This commit is contained in:
Jeremy Soller 2025-09-13 09:47:08 -06:00
commit ad5c952335

View File

@ -1,5 +1,9 @@
#TODO fs-set-times crate error
#TODO requires *at functions in fcntl.h
#TODO (willnode) push changes upstream
[source]
git = "https://github.com/bytecodealliance/wasmtime"
git = "https://github.com/willnode/wasmtime"
branch = "v36-redox"
shallow_clone = true
[build]
template = "cargo"