A blogging platform written in Rust for Cloudflare Workers, integrated with Standard Notes
Go to file
Peter Cai c91d152d65
project restruct: use webpack instead of wrangler's wasm-pack support
The generated script from wrangler keeps re-instantiating the WASM
module every time the request is processed. Instead, let's switch to
using the much, much better Webpack support for WASM.
2020-04-09 12:40:15 +08:00
src add some no-cache headers 2020-04-08 21:12:58 +08:00
.cargo-ok initial commit 2020-04-07 16:10:01 +08:00
.gitignore project restruct: use webpack instead of wrangler's wasm-pack support 2020-04-09 12:40:15 +08:00
Cargo.toml implement basic KV binding 2020-04-07 20:54:04 +08:00
package-lock.json project restruct: use webpack instead of wrangler's wasm-pack support 2020-04-09 12:40:15 +08:00
package.json project restruct: use webpack instead of wrangler's wasm-pack support 2020-04-09 12:40:15 +08:00
webpack.config.js project restruct: use webpack instead of wrangler's wasm-pack support 2020-04-09 12:40:15 +08:00
worker.js project restruct: use webpack instead of wrangler's wasm-pack support 2020-04-09 12:40:15 +08:00