File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ pub trait GcTypeLayouts {
231
231
WasmCompositeInnerType :: Struct ( ty) => Some ( self . struct_layout ( ty) . into ( ) ) ,
232
232
WasmCompositeInnerType :: Func ( _) => None ,
233
233
WasmCompositeInnerType :: Cont ( _) => {
234
- unimplemented ! ( "Stack switching feature not compatbile with GC, yet" )
234
+ unimplemented ! ( "Stack switching feature not compatible with GC, yet" )
235
235
}
236
236
WasmCompositeInnerType :: Exn ( ty) => Some ( self . exn_layout ( ty) . into ( ) ) ,
237
237
}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ function(CREATE_TARGET TARGET TARGET_PATH)
15
15
endif ()
16
16
17
17
# This is only used in fib-debug.c right now and it only works with static
18
- # linking beacuse the required symbols aren't exported in the shared library, so
18
+ # linking because the required symbols aren't exported in the shared library, so
19
19
# only when shared libs are disabled is this turned on.
20
20
if (NOT BUILD_SHARED_LIBS )
21
21
target_compile_definitions (wasmtime-${TARGET} PRIVATE WASMTIME_TEST_ONLY)
You can’t perform that action at this time.
0 commit comments