diff options
| author | Henry <mail@henrygressmann.de> | 2026-05-03 18:09:28 +0200 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-05-03 18:09:28 +0200 |
| commit | 2aa1f31106b9c95500633f5bd9d5f041d408d3e3 (patch) | |
| tree | cff153f4b349e34720b1ed424184efcca1592401 /examples | |
| parent | b99b643fc3991f37a7b6d583d4beeffdaf491ec8 (diff) | |
docs: add more doctests, reduce minumum fuel usage
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/wasm-rust.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/wasm-rust.rs b/examples/wasm-rust.rs index 7240bef..e0b9968 100644 --- a/examples/wasm-rust.rs +++ b/examples/wasm-rust.rs @@ -19,7 +19,6 @@ use tinywasm::{FuncContext, HostFunction, Imports, ModuleInstance, Store}; /// `rustup target add wasm32-unknown-unknown`. /// <https://github.com/WebAssembly/wabt> /// <https://github.com/WebAssembly/binaryen> -/// fn main() -> Result<()> { pretty_env_logger::init(); |
