-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TinyGo Support and Cloudflare Workers Example #4
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ben-krieger
commented
Oct 7, 2024
ben-krieger
force-pushed
the
tinygo-server-support
branch
from
October 9, 2024 14:23
1c3ecf0
to
580d17d
Compare
ben-krieger
commented
Oct 9, 2024
ben-krieger
force-pushed
the
tinygo-server-support
branch
4 times, most recently
from
October 24, 2024 05:11
8ff4280
to
452fad3
Compare
ben-krieger
force-pushed
the
tinygo-server-support
branch
2 times, most recently
from
October 28, 2024 02:14
0bd763a
to
4d523b0
Compare
ben-krieger
changed the title
Add TinyGo support for
TinyGo Support and Cloudflare Workers Example
Oct 28, 2024
{DI,TO0,TO1}Server
ben-krieger
force-pushed
the
tinygo-server-support
branch
17 times, most recently
from
October 31, 2024 02:19
4bf7afa
to
d407a92
Compare
ben-krieger
force-pushed
the
tinygo-server-support
branch
2 times, most recently
from
October 31, 2024 03:55
fb846f4
to
27edd33
Compare
ben-krieger
force-pushed
the
tinygo-server-support
branch
3 times, most recently
from
October 31, 2024 16:43
7c5d36f
to
6ebf686
Compare
ben-krieger
force-pushed
the
tinygo-server-support
branch
2 times, most recently
from
November 11, 2024 18:46
67c909b
to
76838ba
Compare
TinyGo 0.35.0 has been released, so this PR can now be tested and finalized! |
Requires the TinyGo fork found at https://github.com/ben-krieger/tinygo/tree/reflect-clear-and-more Signed-off-by: Ben Krieger <[email protected]>
Signed-off-by: Ben Krieger <[email protected]>
ben-krieger
force-pushed
the
tinygo-server-support
branch
5 times, most recently
from
December 24, 2024 21:27
8199547
to
f5e8236
Compare
Signed-off-by: Ben Krieger <[email protected]>
…uirements in godoc Signed-off-by: Ben Krieger <[email protected]>
ben-krieger
force-pushed
the
tinygo-server-support
branch
from
December 24, 2024 21:30
f5e8236
to
1784283
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
~88% size reduction before compression
Also, updated
sqlite
module to not use transactions, because Cloudflare D1 does not support them.Tracking upstream PRs that need to be merged and released first:
Value.Clear
; supportanytype->interface{}
,Slice->(*)Array
inValue.Convert
, fixCopy
tinygo-org/tinygo#4543Other tasks:
(*http.Request).PathValue
in non-TinyGo codesyumai/workers
fork replace statement inexamples/go.mod
.
,./cbor
, and./http
rv
to[]byte{0x00}