A blogging platform written in Rust for Cloudflare Workers, integrated with Standard Notes
Go to file
Peter Cai 02d64f4a18
check Cargo.lock into project
this is an end-user project even if the Rust part is built as a WASM
library.
2020-04-09 12:41:34 +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 check Cargo.lock into project 2020-04-09 12:41:34 +08:00
Cargo.lock check Cargo.lock into project 2020-04-09 12:41:34 +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