Skip to content
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

internal/sysfs: add missing tinygo tags #2337

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ydnar
Copy link

@ydnar ydnar commented Nov 11, 2024

This enables running wazero under tinygo -target=wasip1 (wasm in wasm). To test:

tinygo run -target=wasip1 examples/basic/add.go 7 9

This enables running wazero under tinygo -target=wasip1 (wasm in wasm). To test:

tinygo run -target=wasip1 examples/basic/add.go 7 9
@mathetake
Copy link
Member

  1. This needs a CI job that has been removed in ci: Updates TinyGo to 0.33 #2304 to ensure this works as intended on our side (maybe not only just build but also we might need to run make test with TinyGo? idk)
  2. TinyGo MUST add wazero as its testing corpass so that TinyGo won't break our CI

This may not work, due to potentially missing APIs in TinyGo.

Partially reverts tetratelabs#2304
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants