You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to access environment variables in assemblyscript?
process.env.get("key1")
I noticed that the env variables access can be done in other languages(such as rust and tinygo) when .wasm was built with the wasip1 target. How to build wasm with wasip1 support in AssemblyScript?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Question
How to access environment variables in assemblyscript?
I noticed that the env variables access can be done in other languages(such as rust and tinygo) when
.wasm
was built with the wasip1 target. How to build wasm with wasip1 support in AssemblyScript?The text was updated successfully, but these errors were encountered: