mirror of
https://github.com/syumai/workers.git
synced 2025-03-11 01:39:11 +00:00
add FAQ to README.md
This commit is contained in:
parent
cda951c744
commit
345c6fa125
12
README.md
12
README.md
@ -50,6 +50,18 @@ Currently, all examples use tinygo instead of Go due to binary size issues.
|
|||||||
A template repository is also available.
|
A template repository is also available.
|
||||||
* https://github.com/syumai/worker-template-tinygo
|
* https://github.com/syumai/worker-template-tinygo
|
||||||
|
|
||||||
|
## FAQ
|
||||||
|
|
||||||
|
### How to deploy the worker?
|
||||||
|
|
||||||
|
To deploy a Worker, the following steps are required.
|
||||||
|
|
||||||
|
* Create a worker project using [wrangler](https://developers.cloudflare.com/workers/wrangler/).
|
||||||
|
* Build a Wasm binary.
|
||||||
|
* Upload a Wasm binary with a JavaScript code to load and instantiate Wasm (for entry point).
|
||||||
|
|
||||||
|
The [worker-template-tinygo](https://github.com/syumai/worker-template-tinygo) repository contains all the required files, so I recommend using this template.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user