Crates.io | wasmc |
lib.rs | wasmc |
version | 1.0.0 |
source | src |
created_at | 2022-08-11 02:22:25.762932 |
updated_at | 2023-05-06 23:30:59.642354 |
description | Compile .wat files into .wasm binaries |
homepage | https://github.com/aslilac/wasmc |
repository | https://github.com/aslilac/wasmc |
max_upload_size | |
id | 643041 |
size | 12,156 |
# Compile ./module.wat into ./module.wasm
wasmc ./module.wat
# Compile ./module.wat into ./build/module.wasm
wasmc ./module.wat -o ./build/module.wasm