This website requires JavaScript.
Explore
Help
Sign In
T0b1
/
wasmtime
Watch
1
Star
0
Fork
0
You've already forked wasmtime
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
7d05ebe7ffb18deb591a2a91c1c8975b1dac6253
wasmtime
/
crates
/
c-api
/
src
History
Alex Crichton
e0c8961333
Add memory64 support to the Wasmtime CLI and C API (
#3182
)
...
Accidentally forgotten from
#3153
!
2021-08-12 12:33:57 -05:00
..
types
Implement the memory64 proposal in Wasmtime (
#3153
)
2021-08-12 09:40:20 -05:00
config.rs
Add memory64 support to the Wasmtime CLI and C API (
#3182
)
2021-08-12 12:33:57 -05:00
engine.rs
…
error.rs
…
extern.rs
…
func.rs
Add a
wasmtime_linker_define_func
C API function (
#3122
)
2021-07-27 18:56:52 -05:00
global.rs
…
instance.rs
…
lib.rs
…
linker.rs
Add a
wasmtime_linker_define_func
C API function (
#3122
)
2021-07-27 18:56:52 -05:00
memory.rs
Implement the memory64 proposal in Wasmtime (
#3153
)
2021-08-12 09:40:20 -05:00
module.rs
…
ref.rs
…
store.rs
…
table.rs
…
trap.rs
c-api: add wasmtime_trap_code (
#3086
)
2021-07-15 10:31:03 -05:00
types.rs
Implement the memory64 proposal in Wasmtime (
#3153
)
2021-08-12 09:40:20 -05:00
val.rs
…
vec.rs
…
wasi.rs
Port wasi-common from unsafe-io to io-lifetimes (
#3049
)
2021-07-14 15:39:09 -07:00
wat2wasm.rs
…