9 ms·
Here is an example that using Rust-native library for web development: https://github.com/tcr/rust-todomvc https://github.com/tcr/rust-todomvc Also I forked it
by sunng 10y ago
Here is an example that using Rust-native library for web development: https://github.com/tcr/rust-todomvc https://github.com/tcr/rust-todomvc
Also I forked it to use handlebars: https://github.com/sunng87/rust-todomvc https://github.com/sunng87/rust-todomvc
Using asmjs, the compiled js file is about 20MB and can be slow in browser. While wasm32 one is just ~500KB.
- k__ 10y agoCan wasm be chunked up and loaded on demand via AJAX, like JS?