-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a94d1c
commit 7060103
Showing
8 changed files
with
17 additions
and
16 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
name = "wasm-rust" | ||
name = "wasm-trunk-vanilla" | ||
version = "0.1.0" | ||
edition = "2021" | ||
authors = ["Zhuravlev Maksim <[email protected]>"] | ||
description = "It's a simple library to course OTUS Rust developer" | ||
license = "MIT OR Apache-2.0" | ||
rust-version = "1.56" | ||
readme = "README.md" | ||
repository = "https://github.com/zhuravlevma/wasm-rust" | ||
homepage = "https://github.com/zhuravlevma/wasm-rust" | ||
repository = "https://github.com/zhuravlevma/wasm-trunk-vanilla" | ||
homepage = "https://github.com/zhuravlevma/wasm-trunk-vanilla" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+187 KB
dist/index-abd08041d091388c_bg.wasm → dist/index-22264b0565f1af3a_bg.wasm
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export function snippetTest() { console.log('Hello from JS FFI!'); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters