Commit b0c1cb8
committed
Use
Go has slightly tighter constraints on `wasmimport` and `wasmexport` than TinyGo, which this commit works around:
- It disallows use of `*string` (as opposed to `string`)
- It disallows use of `*cm.List` (probably because of the `[any]`, but I'm not sure at all)
Signed-off-by: Till Schneidereit <till@tillschneidereit.net>unsafe.Pointer instead of types not supported by Go in wasm{im,ex}port
1 parent d4970f2 commit b0c1cb8
File tree
19 files changed
+77
-40
lines changed- tests/generated/wasi
- cli/v0.2.0/environment
- filesystem/v0.2.0
- preopens
- types
- io/v0.2.0
- error
- poll
- streams
- random/v0.2.0
- insecure
- random
- sockets/v0.2.0/udp
- wit/bindgen
19 files changed
+77
-40
lines changedLines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments