You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`nowasm` is a runtime library for [WebAssembly 1.0][wasm-core-1] that is implemented with no-std, no-unsafe and no-dependencies.
11
+
The goal is to provide a lightweight WebAssembly runtime that can be embedded wherever Rust is used, with a particular focus on Wasm-in-Wasm scenarios.
12
+
13
+
14
+
[wasm-core-1]:https://www.w3.org/TR/wasm-core-1/
15
15
16
16
TODO until v0.1.0
17
17
-----------------
18
18
19
19
-[ ] Add validation phase (TBD)
20
20
-[ ] Add doc comments
21
21
-[ ] Add more tests
22
+
23
+
Supported Extensions
24
+
--------------------
25
+
26
+
`nowasm` supports the following extensions that is necessary to run WebAssembly binaries build with the latest stable Rust compiler.
0 commit comments