Adrian Cole

Results 2046 comments of Adrian Cole

> let me take this as a part of https://github.com/tetratelabs/wazero/pull/305 please don't. the public API deserves to be designed carefully and not a side-car to figuring out internal details. There's...

quick context for starters. * Host function signatures map directly to wasm signatures, so first step is to get a format to map to that (ex via %.wat) * As...

@aturon Do you know any plans for fastly and witx vs its successor? Also, it would be nice to be able to support this API even regardless of what might...

If it helps on the manual side, we had to manually do wasi which is defined in witx https://github.com/WebAssembly/WASI/tree/snapshot-01/phases/snapshot/witx We made some notes here https://github.com/tetratelabs/wazero/blob/main/wasi_snapshot_preview1/wasi.go#L433-L460 but generally wasi was easier...

I'll make time over the next week to make a sample thing for this maybe in a personal repo. then we can decide what next later (ex if @grokify or...

will do. I was actually cleaning house on our existing built-in imports in preparation, so you read my mind!

note: the GitHub action for codecov doesn't yet support non-amd64 https://github.com/codecov/uploader/issues/523

TL;DR; let's use the normal bash script until non-amd64 works on the action, or they drop the bash script if they really delete [the bash script](https://codecov.io/bash) before fixing non-amd64 a...

I think so. I've also at times ad-hoc defined a zig project. Please raise a PR and also don't forget to update the GitHub examples workflow and the Makefile accordingly!

Is the reason you want to change a module at runtime because you are accumulating state (as opposed to reloading when there is a new function)?