Stream: general

Topic: WASI on AssemblyScript


view this post on Zulip 张思琦 (Nov 16 2022 at 12:28):

hello,Everyone!
I found that AssemblyScript remove WASI support in v 21.0(https://github.com/AssemblyScript/assemblyscript/releases/tag/v0.21.0).
So I used an early version like v20.19.
but I can't find the compile command to build this target(WASI Style),Anyone know that?

Thanks!

view this post on Zulip Notification Bot (Nov 16 2022 at 14:13):

A message was moved here from #general > WASI, wit-component, and wasmtime by Lann Martin.

view this post on Zulip Lann Martin (Nov 16 2022 at 14:14):

I believe WASI support was moved to a separate repo: https://github.com/AssemblyScript/wasi-shim

Patches the AssemblyScript compiler to utilize WASI imports instead of Web APIs. - GitHub - AssemblyScript/wasi-shim: Patches the AssemblyScript compiler to utilize WASI imports instead of Web APIs.

Last updated: Oct 23 2024 at 20:03 UTC