Adrian Cole

Results 2050 comments of Adrian Cole

@mougeCM wazero will have a beta release end of this month and 1.0 is scheduled for early next year. We don't test python yet so I wouldn't recommend thinking it...

Also it seems python and wasm is very much a work in progress. There are two different ways that wasm might have been built, ex via emscripten or wasi. Without...

Taking a guess that this is using what seems to be the de'facto python build from https://github.com/singlestore-labs/python-wasi (25MB of python3.11.wasm), I would say it is likely that an error is...

> Accessing python is my second job. My current first job is connecting to Go (Host: Go, SandBox: Go). Can the current beta support my production needs? @mougeCM In summary,...

Thanks for the kind words: I'll help with this! Meanwhile, while this isn't merged, there could be some good examples to harvest from here: https://github.com/summerwind/the-art-of-webassembly-go/pull/2 Regardless, I'll iterate on this...

actually I'll doc this separate from the error stuff.

I think I'll call the example tinygo as we already have it in our CI and the examples are particular to the host functions of the embedder. If you are...

only issue with rust it it tends to generate huge wasm, and we'd have to check it in or require the rust toolchain to build the project: both are a...

So I decided that the most neutral example handoff seems to be using https://github.com/rustwasm. There are other sorts of libraries in various vendor repositories for rust and structured library bindings,...

oh heh thanks for clarifying, incidentally I misunderstood your priority on rust so we'll have a rust example anyway soon as I'm nearly done :D