arp242 / uni

Query the Unicode database from the commandline, with good support for emojis
MIT License
799 stars 19 forks source link

wasm-exec niceness #37

Closed gedw99 closed 2 years ago

gedw99 commented 2 years ago

Its nice how you overlaoded the wasm exec js.

there is work to make it easier here: https://github.com/codefromthecrypt/wasmexec

Not saying its needed, but this provides a wasm and non wams execution agnostic approach

gedw99 commented 2 years ago

oops i sent the fork, which is being integrated into wazero.

here is the correct link: https://github.com/prep/wasmexec

codefromthecrypt commented 2 years ago

https://github.com/tetratelabs/wazero/tree/main/examples/gojs and also https://wazero.io/languages/ may help

wazero just cut its first beta tag (v1.0.0-beta.1) and also opened a gophers slack #wazero channel for support, updates and conversation! Note: You may need an invite to join gophers.

arp242 commented 2 years ago

The WASM version is just something I added to play around a bit with WASM; as far as I know it works well enough, but almost no one actually uses it – which is fine, because it's just something I added to play around a bit. I don't really have any interest in working on it much. If it turns out that some future changes in Go will horribly break it I will probably end up just removing it.