Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: add draft to support WebAssembly within the kernel #1290

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
switch to wasmtime 22.0
stlankes committed Aug 25, 2024
commit 3c51b9bbcd7532e6be6bab20ff232f23499dc846
114 changes: 58 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -111,7 +111,7 @@ talc = { version = "4" }
time = { version = "0.3", default-features = false }
volatile = "0.6"
zerocopy = { version = "0.7", default-features = false }
wasmtime = { version = "21.0", default-features = false, features = ["runtime", "gc", "component-model"], optional = true }
wasmtime = { version = "22.0", default-features = false, features = ["runtime", "gc", "component-model"], optional = true }

[dependencies.smoltcp]
version = "0.11"
Binary file modified src/wasm/fib.cwasm
Binary file not shown.